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:
parent
fbdb4ca0fe
commit
fa219de0bf
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ chown $app:$app "$final_path/config/configuration.yml"
|
||||||
|
|
||||||
if [[ "$path_url" != "/" ]]
|
if [[ "$path_url" != "/" ]]
|
||||||
then
|
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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue