Skip to content

Commit f1454c5

Browse files
ericgasparSalamandar
authored andcommitted
Update change_url
1 parent 3cf699a commit f1454c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/change_url

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ ynh_script_progression --message="Updating a configuration file..." --weight=2
4343

4444
domain="$new_domain"
4545
# Configure Galène
46-
ynh_add_config --template="config.json" --destination="$install_dir/live/data/config.json"
47-
chmod 400 "$install_dir/live/data/config.json"
48-
chown $app:$app "$install_dir/live/data/config.json"
46+
ynh_add_config --template="config.json" --destination="$data_dir/data/config.json"
47+
chmod 400 "$data_dir/data/config.json"
48+
chown $app:$app "$data_dir/data/config.json"
4949

5050
# Configure Galene LDAP
5151
#ynh_add_config --template="galene-ldap.json" --destination="$install_dir/live_ldap/data/galene-ldap.json"

0 commit comments

Comments
 (0)