We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb6b36 commit 069fb91Copy full SHA for 069fb91
1 file changed
bin/v-change-sys-php
@@ -52,7 +52,8 @@ for user in $($BIN/v-list-sys-users plain); do
52
$BIN/v-rebuild-mail-domains "$user" 'no' > /dev/null 2>&1
53
done
54
55
-# restart
+# Reload "current" php version before reload everthing
56
+$BIN/v-restart-web-backend '' $(multiphp_default_version)
57
$BIN/v-restart-web-backend
58
$BIN/v-restart-web
59
$BIN/v-restart-proxy
0 commit comments