From 47b1bc11fb54f3c1e6b117d22ce7b5366b71fc3e Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 3 Sep 2017 23:11:27 +0200 Subject: [PATCH] Fix mistake with final_path... --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ef23fb6..5692f63 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -34,7 +34,7 @@ fi # If final_path doesn't exist, create it if [ -z $final_path ]; then - final_path=$(ynh_sanitize_dbid $app) + final_path="/var/www/$app" ynh_app_setting_set $app final_path $final_path fi