diff --git a/Docker/init.sh b/Docker/init.sh index 99689526..59347938 100644 --- a/Docker/init.sh +++ b/Docker/init.sh @@ -58,7 +58,7 @@ if [ "$DB_DISABLE_INCLUDED" = "false" ]; then fi echo "Create database user if it does not exists ..." - mysql -u root -e "source /home/Shinobi/sql/user.sql" || true + mysql -e "source /home/Shinobi/sql/user.sql" || true else echo "Create database schema if it does not exists ..."