1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01: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

View File

@@ -110,4 +110,6 @@ restart_service php"$PHP_VER"-fpm
# 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