summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-05-11 14:48:19 +0200
committerGeorgios Andreadis <info@gandreadis.com>2020-05-11 14:48:19 +0200
commit62f86ae2a081243ccde3b51ee7f793a2d50e6289 (patch)
tree012ab47079ff60af3ef8354528cb29e5fc69b35f /build
parentc7629d482e9129160858282d32d94f7278bbf6df (diff)
Upgrade frontend
Diffstat (limited to 'build')
-rwxr-xr-xbuild/configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/configure.sh b/build/configure.sh
index e8676960..eb7324d2 100755
--- a/build/configure.sh
+++ b/build/configure.sh
@@ -20,6 +20,8 @@ until eval $MYSQL_COMMAND -e "use opendc;" ; do
sleep 1
done
+echo "MariaDB available"
+
NUM_TABLES=$(eval "$MYSQL_COMMAND -B --disable-column-names -e \"SELECT count(*) FROM information_schema.tables WHERE table_schema='$MYSQL_DATABASE';\"")
# Check if database is empty