aboutsummaryrefslogtreecommitdiffstats
path: root/extra/bin-for-dev
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bin-for-dev')
-rwxr-xr-xextra/bin-for-dev/start-db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bin-for-dev/start-db.sh b/extra/bin-for-dev/start-db.sh
index 99286fccb..97f8de1f5 100755
--- a/extra/bin-for-dev/start-db.sh
+++ b/extra/bin-for-dev/start-db.sh
@@ -26,7 +26,7 @@
docker-compose -f ../docker/clamp/docker-compose.yml up -d db
if [ "$1" = "test" ]; then
- while ! (docker logs clamp_db_1 2>&1 | grep "socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution" > /dev/null);
+ while ! (docker logs clamp_db_1 2>&1 | grep "socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution" > /dev/null);
do
echo "Waiting Mysql to be up with CLDSDB4 db loaded before loading the TEST DATA ..."
sleep 3