1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

Fixstates only after Z-Push upgrade (#2432)

This commit is contained in:
matidau 2024-12-22 23:42:56 +11:00 committed by GitHub
parent 3d59f2d7e0
commit e36c17fc72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,4 +110,6 @@ restart_service php"$PHP_VER"-fpm
# Fix states after upgrade # Fix states after upgrade
hide_output php"$PHP_VER" /usr/local/lib/z-push/z-push-admin.php -a fixstates if [ $needs_update == 1 ]; then
hide_output php"$PHP_VER" /usr/local/lib/z-push/z-push-admin.php -a fixstates
fi