mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Update upgrade
This commit is contained in:
parent
2a61c0e370
commit
86e3efa25e
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ ynh_add_fpm_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading the APP..." --weight=1
|
ynh_script_progression --message="Upgrading the APP..." --weight=1
|
||||||
|
|
||||||
ynh_exec_as "$app" php${phpversion} "$final_path/bin/phpbbcli.php" --no-interaction db:migrate --safe-mode
|
#ynh_exec_as "$app"
|
||||||
|
php${phpversion} "$final_path/bin/phpbbcli.php" --no-interaction db:migrate --safe-mode
|
||||||
|
|
||||||
if [ -e "$final_path/install" ]; then
|
if [ -e "$final_path/install" ]; then
|
||||||
mv "$final_path/install" "$final_path/install_old"
|
mv "$final_path/install" "$final_path/install_old"
|
||||||
|
|
Loading…
Add table
Reference in a new issue