mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Few fixes
This commit is contained in:
parent
fdaf6f08d0
commit
242047bd20
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ ynh_add_config --template="../conf/env.prod" --destination="$final_path/config/.
|
||||||
# MODIFY THE FEDERATION
|
# MODIFY THE FEDERATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
$final_path/code/virtualenv/bin/python $final_path/code/api/manage.py fix_federation_ids https://$old_domain https://$new_domain --no-dry-run --no-input
|
source $final_path/virtualenv/bin/activate
|
||||||
|
python3 $final_path/api/manage.py fix_federation_ids https://$old_domain https://$new_domain --no-dry-run --no-input
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
Loading…
Reference in a new issue