1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-07-09 15:41:28 +02:00 committed by Félix Piédallu
parent 3cf699ac26
commit f1454c5980

View file

@ -43,9 +43,9 @@ ynh_script_progression --message="Updating a configuration file..." --weight=2
domain="$new_domain"
# Configure Galène
ynh_add_config --template="config.json" --destination="$install_dir/live/data/config.json"
chmod 400 "$install_dir/live/data/config.json"
chown $app:$app "$install_dir/live/data/config.json"
ynh_add_config --template="config.json" --destination="$data_dir/data/config.json"
chmod 400 "$data_dir/data/config.json"
chown $app:$app "$data_dir/data/config.json"
# Configure Galene LDAP
#ynh_add_config --template="galene-ldap.json" --destination="$install_dir/live_ldap/data/galene-ldap.json"