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:
parent
a4449be1ba
commit
3ee81d4803
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=2
|
||||||
|
|
||||||
domain="$new_domain"
|
domain="$new_domain"
|
||||||
# Configure Galène
|
# Configure Galène
|
||||||
ynh_add_config --template="../conf/config.json" --destination="$install_dir/live/data/config.json"
|
ynh_add_config --template="config.json" --destination="$install_dir/live/data/config.json"
|
||||||
chmod 400 "$install_dir/live/data/config.json"
|
chmod 400 "$install_dir/live/data/config.json"
|
||||||
chown $app:$app "$install_dir/live/data/config.json"
|
chown $app:$app "$install_dir/live/data/config.json"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue