From 6b15658dc6f1b3b53acd023cca5fca63b625fef3 Mon Sep 17 00:00:00 2001 From: Selamanse Date: Wed, 19 Jul 2017 11:16:50 +0200 Subject: [PATCH] Fixes unbound variable --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ae78661..3a2e031 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ sudo n $NODE_VERSION # Create destination final_path="/var/www/$app" [[ -d $final_path ]] && ynh_die \ -"The destination directory '$DESTDIR' already exists.\ +"The destination directory '$final_path' already exists.\ You should safely delete it before installing this app." ynh_app_setting_set $app final_path $final_path