1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

Update install

This commit is contained in:
ericgaspar 2022-04-12 22:50:44 +02:00
parent fbdb4ca0fe
commit fa219de0bf
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================