From 751b3ecb4705f0feeba24aaa965603684e2a6231 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 24 Feb 2017 21:38:10 +0000 Subject: [PATCH] use double " instead of single ' --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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