Skip to content

Commit

Permalink
1.50.0.sh: stop and start php-fpm service instead of mere restart
Browse files Browse the repository at this point in the history
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed Sep 22, 2022
1 parent e72fdf6 commit b00dff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updates/1.50.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b00dff6

Please sign in to comment.