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 16:23:45 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-22 16:23:45 +0300
commit8c5531340d4b94694dc218ae97e9087f56ce02a6 (patch)
treeedc324ccba523098f692ec4025a11998e30fc8b8 /bin/ncp/CONFIG/nc-nextcloud.sh
parent04bb84250404e919cdcd099d24a9a8d57f5738be (diff)
Ensure that php opcache is cleared after PHP upgrade
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
Diffstat (limited to 'bin/ncp/CONFIG/nc-nextcloud.sh')
-rw-r--r--bin/ncp/CONFIG/nc-nextcloud.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ncp/CONFIG/nc-nextcloud.sh b/bin/ncp/CONFIG/nc-nextcloud.sh
index 6a0c988a..7bcaadb2 100644
--- a/bin/ncp/CONFIG/nc-nextcloud.sh
+++ b/bin/ncp/CONFIG/nc-nextcloud.sh
@@ -77,6 +77,7 @@ EOF
service redis-server restart
update-rc.d redis-server enable
+ clear_opcache
service php${PHPVER}-fpm restart
# service to randomize passwords on first boot