remove $db_user from remove script.

This commit is contained in:
yalh76 2019-02-10 18:15:33 +01:00
parent 05d5511136
commit 6c78b50a00

View file

@ -19,7 +19,6 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get $app domain)
port=$(ynh_app_setting_get $app port)
db_name=$(ynh_app_setting_get $app db_name)
db_user=$db_name
final_path=$(ynh_app_setting_get $app final_path)
#=================================================
@ -49,7 +48,7 @@ ynh_remove_systemd_config
ynh_print_info "Remove the mysql database"
# Remove a database if it exists, along with the associated user
ynh_mysql_remove_db $db_user $db_name
ynh_mysql_remove_db $db_name $db_name
#=================================================
# REMOVE DEPENDENCIES