1
0
Fork 0
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:
ericgaspar 2021-12-01 16:33:34 +01:00
parent 2c806948ec
commit 822a7fc1a4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -126,10 +126,9 @@ ynh_add_fpm_config
#================================================= #=================================================
# PHP-FPM CONFIGURATION # 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" ynh_exec_as "$app" php${phpversion} "$final_path/bin/phpbbcli.php" --no-interaction db:migrate --safe-mode
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"