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 'updates/1.50.1.sh')
-rw-r--r--updates/1.50.1.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/updates/1.50.1.sh b/updates/1.50.1.sh
new file mode 100644
index 00000000..a440ff07
--- /dev/null
+++ b/updates/1.50.1.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -e
+export NCPCFG=/usr/local/etc/ncp.cfg
+source /usr/local/etc/library.sh
+
+install_template systemd/notify_push.service.sh /etc/systemd/system/notify_push.service
+
+
+clear_opcache
+bash -c "sleep 6; service php${PHPVER}-fpm restart" &>/dev/null &