mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Fix upgrade
This commit is contained in:
parent
438ba686cf
commit
1f3a309614
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ chown "$app:$app" "$MOBILIZON_CONFIG_PATH"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Migrating app..."
|
||||
|
||||
ynh_exec_as "$app" MOBILIZON_CONFIG_PATH="$MOBILIZON_CONFIG_PATH" ./bin/mobilizon_ctl migrate
|
||||
ynh_exec_as "$app" MOBILIZON_CONFIG_PATH="$MOBILIZON_CONFIG_PATH" "$install_dir/live/bin/mobilizon_ctl" migrate
|
||||
|
||||
#=================================================
|
||||
# REAPPLY SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue