We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd850c commit 182f9bdCopy full SHA for 182f9bd
1 file changed
updates/1.46.0.sh
@@ -1,3 +1,6 @@
1
+#!/bin/bash
2
+
3
+set -e
4
5
# docker images only
6
[[ -f /.docker-image ]] && {
@@ -8,7 +11,7 @@ ncc notify_push:self-test || {
8
11
killall notify_push
9
12
sleep 1
10
13
start_notify_push
-}"
14
+}
15
EOF
16
chmod +x /etc/cron.daily/refresh_notify_push
17
}
@@ -41,3 +44,6 @@ EOF
41
44
systemctl enable refresh_notify_push.{path,service}
42
45
systemctl restart refresh_notify_push.path
43
46
47
48
49
+exit 0
0 commit comments