diff --git a/setup/db/deploy-db-dev.sh b/setup/db/deploy-db-dev.sh index fb1b53b6de5..864ff9f846e 100755 --- a/setup/db/deploy-db-dev.sh +++ b/setup/db/deploy-db-dev.sh @@ -51,6 +51,9 @@ if [ $mysqlout -eq 1 ]; then printf "Error: Cannot execute create-database.sql\n" exit 10 fi +elif [ $mysqlout -eq 127 ]; then + printf "Error: Cannot execute create-database.sql - mysql command not found.\n" + exit 11 elif [ $mysqlout -ne 0 ]; then printf "Error: Cannot execute create-database.sql\n" exit 11