1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

Corriger indentation sur remove

This commit is contained in:
magikcypress 2017-03-12 01:28:55 +01:00
parent 49f9f334a5
commit 2627610cfb

View file

@ -15,11 +15,11 @@ domain=$(ynh_app_setting_get "$app" domain)
# Drop MySQL database and user as needed
#if [[ $with_mysql -eq 1 ]]; then
dbname=$app
dbuser=$app
dbpass=$(ynh_app_setting_get "$app" mysqlpwd)
ynh_mysql_drop_db $dbname || true
ynh_mysql_drop_user $dbuser || true
dbname=$app
dbuser=$app
dbpass=$(ynh_app_setting_get "$app" mysqlpwd)
ynh_mysql_drop_db $dbname || true
ynh_mysql_drop_user $dbuser || true
#fi
# Delete app directory and configurations