mysql notice

This commit is contained in:
Sangelo 2023-07-14 10:14:39 +02:00
parent aea1e088e9
commit 764388b83e

View file

@ -82,4 +82,5 @@ case "$1" in
;; ;;
esac esac
echo "Creating MySQL connection... Enter your password if prompted."
$MYSQL -u "$MYSQL_USER" -p -e "$SQL" $MYSQL -u "$MYSQL_USER" -p -e "$SQL"