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

Update change_url

This commit is contained in:
ericgaspar 2021-03-12 23:45:19 +01:00
parent 7b69151ba8
commit 7a77d1a363
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -126,6 +126,13 @@ ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name"
ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="$configfile"
ynh_replace_string --match_string="__KEY__" --replace_string="$key" --target_file="$configfile"
#=================================================
# MODIFY THE FEDERATION
#=================================================
$final_path/code/virtualenv/bin/python $final_path/code/api/manage.py fix_federation_ids https://$domain https://$new_domain --no-dry-run --no-input
#=================================================
# START SYSTEMD SERVICE
#=================================================