diff --git a/scripts/remove b/scripts/remove index 6c379dd..8d91dd1 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