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