handle_domain_on_webserver.sh: change default MySQL credentials.

This commit is contained in:
2024-07-05 16:00:47 +02:00
parent 363e1176ff
commit 5ec756adec
2 changed files with 7 additions and 6 deletions

View File

@@ -207,7 +207,7 @@ if $delete_mode ; then
[[ -n "$SCRIPT_remove_master_domain" ]] || SCRIPT_remove_master_domain="/root/bin/bind/bind_remove_domain_on_master.sh"
[[ -n "$SCRIPT_remove_slave_domain" ]] || SCRIPT_remove_slave_domain="/root/bin/bind/bind_remove_domain_on_slave.sh"
[[ -n "$MYSQL_CREDENTIAL_ARGS" ]] || MYSQL_CREDENTIAL_ARGS="--login-path=local"
[[ -n "$MYSQL_CREDENTIAL_ARGS" ]] || MYSQL_CREDENTIAL_ARGS="-u root -S /run/mysqld/mysqld.sock"
fi