Skip to content
Snippets Groups Projects
Verified Commit fdce64bf authored by David Beniamine's avatar David Beniamine
Browse files

Update mysql executable

parent ce8f6dfc
Branches
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ else ...@@ -51,7 +51,7 @@ else
fi fi
pass=$(awk -F '=' '/PASS/{print $2}' .env) pass=$(awk -F '=' '/PASS/{print $2}' .env)
mysql="mysql -u $user $db -p$pass" mysql="mariadb -u $user $db -p$pass"
DIR="$(dirname $0)" DIR="$(dirname $0)"
action=$1 action=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment