mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix path
This commit is contained in:
parent
2e57030ef2
commit
b695e80f29
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ynh_add_config --template="../conf/env.prod" --destination="$install_dir/config/
|
|||
# MODIFY THE FEDERATION
|
||||
#=================================================
|
||||
|
||||
source $install_dir/virtualenv/bin/activate
|
||||
source $install_dir/venv/bin/activate
|
||||
ynh_exec_warn_less ynh_exec_as $app $install_dir/venv/bin/funkwhale-manage fix_federation_ids https://$old_domain https://$new_domain --no-dry-run --no-input
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue