From fa219de0bfa57228600e5a4bbeca4405ca5c5cf7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 12 Apr 2022 22:50:44 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 01dfec1..05f7097 100644 --- a/scripts/install +++ b/scripts/install @@ -131,7 +131,7 @@ chown $app:$app "$final_path/config/configuration.yml" if [[ "$path_url" != "/" ]] then - echo Redmine::Utils::relative_url_root = "$path_url" >> "$final_path/config/environment.rb" + echo "Redmine::Utils::relative_url_root = '$path_url'" >> "$final_path/config/environment.rb" fi #=================================================