1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

remove db_user

This commit is contained in:
yalh76 2019-02-02 06:58:04 +01:00
parent 755823678a
commit e2c10824a2

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)
#=================================================
@ -56,7 +55,7 @@ ynh_remove_nodejs
#=================================================
# 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 APP MAIN DIR