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
98624f9daf
commit
4fd7749396
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@ ynh_add_config --template="../conf/configuration.yml.example" --destination="$fi
|
||||||
chmod 400 "$final_path/config/configuration.yml"
|
chmod 400 "$final_path/config/configuration.yml"
|
||||||
chown $app:$app "$final_path/config/configuration.yml"
|
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"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD APP
|
# BUILD APP
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue