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
2c806948ec
commit
822a7fc1a4
1 changed files with 2 additions and 3 deletions
|
@ -126,10 +126,9 @@ ynh_add_fpm_config
|
|||
#=================================================
|
||||
# PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
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
|
||||
mv "$final_path/install" "$final_path/install_old"
|
||||
|
|
Loading…
Reference in a new issue