Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-22 22:52:18 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-22 22:52:18 +0300
commitb00dff6ae69fc3b74b86183621419279cb362c97 (patch)
tree60930324f05a02aad772a6f668583e758ae7c867
parente72fdf6d20be27c034f680e7d600d815fc29362d (diff)
1.50.0.sh: stop and start php-fpm service instead of mere restartv1.50.0
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--updates/1.50.0.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/updates/1.50.0.sh b/updates/1.50.0.sh
index 041b64d9..2765b4ed 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