diff --git a/scripts/remove b/scripts/remove index e6112cc..6c379dd 100644 --- a/scripts/remove +++ b/scripts/remove @@ -17,7 +17,7 @@ ynh_mysql_drop_user "$dbuser" 2>&1 || true # Delete app directory and configurations using secure remove - SECURE_REMOVE '/var/www/${app}' + SECURE_REMOVE "/var/www/${app}" REMOVE_NGINX_CONF REMOVE_FPM_CONF