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:
parent
7b69151ba8
commit
7a77d1a363
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue