diff --git a/updates/1.50.0.sh b/updates/1.50.0.sh index 041b64d9f..2765b4ed0 100644 --- a/updates/1.50.0.sh +++ b/updates/1.50.0.sh @@ -5,5 +5,6 @@ export NCPCFG=/usr/local/etc/ncp.cfg source /usr/local/etc/library.sh +service "php${PHPVER}-fpm" stop clear_opcache -service "php${PHPVER}-fpm" restart +service "php${PHPVER}-fpm" start