1
0
Fork 0
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:
yalh76 2021-06-25 20:46:55 +02:00
parent fdaf6f08d0
commit 242047bd20

View file

@ -124,7 +124,8 @@ ynh_add_config --template="../conf/env.prod" --destination="$final_path/config/.
# 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