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:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/update.sh b/update.sh
index cb382e6b..fde639f9 100755
--- a/update.sh
+++ b/update.sh
@@ -148,17 +148,6 @@ test -f /usr/local/etc/ncp-baseimage || echo "untagged" > /usr/local/etc/ncp-bas
# remove artifacts
rm -f /usr/local/etc/nextcloudpi-config.d/config_.txt
- # restart PHP to get updates in the ncp-web
- # FIXME: php doesn't come up if run from ncp-web
- #(
- #sleep 3
- #systemctl stop php7.0-fpm
- #systemctl stop mysqld
- #sleep 0.5
- #systemctl start php7.0-fpm
- #systemctl start mysqld
- #) &>/dev/null &
-
# License
#
# This script is free software; you can redistribute it and/or modify it