Merge branch 'master' into add_comments

This commit is contained in:
Maniack Crudelis
2018-06-29 19:38:36 +02:00
committed by GitHub
4 changed files with 15 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get $app domain)
db_name=$(ynh_app_setting_get $app db_name)
db_user=$db_name
final_path=$(ynh_app_setting_get $app final_path)
#=================================================
@@ -51,7 +52,7 @@ ynh_remove_app_dependencies
#=================================================
# Remove a database if it exists, along with the associated user
ynh_mysql_remove_db $db_name $db_name
ynh_mysql_remove_db $db_user $db_name
#=================================================
# REMOVE APP MAIN DIR