1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Single ' ' but no { }

This commit is contained in:
polytan02 2017-02-24 21:46:25 +00:00 committed by GitHub
parent a75c8426be
commit 76c447dade

View file

@ -12,7 +12,7 @@ db_name=$(ynh_app_setting_get $app db_name)
REMOVE_BDD "$db_name"
# Remove installed files
SECURE_REMOVE "/var/www/${app}"
SECURE_REMOVE '/var/www/$app'
REMOVE_NGINX_CONF
REMOVE_FPM_CONF