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:
parent
49f9f334a5
commit
2627610cfb
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue