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:27:41 +02:00
parent 98624f9daf
commit 4fd7749396
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -129,6 +129,11 @@ ynh_add_config --template="../conf/configuration.yml.example" --destination="$fi
chmod 400 "$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
#=================================================