Skip to content

Commit 182f9bd

Browse files
SoongJrsguandal
authored andcommitted
fix update from pre-1.46 to post-1.46 not working in docker (#1406)
Signed-off-by: SoongJr <SoongJr@googlemail.com> Signed-off-by: Stefano Guandalini <stefano.guandalini@proton.ch>
1 parent bcd850c commit 182f9bd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

updates/1.46.0.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
set -e
14

25
# docker images only
36
[[ -f /.docker-image ]] && {
@@ -8,7 +11,7 @@ ncc notify_push:self-test || {
811
killall notify_push
912
sleep 1
1013
start_notify_push
11-
}"
14+
}
1215
EOF
1316
chmod +x /etc/cron.daily/refresh_notify_push
1417
}
@@ -41,3 +44,6 @@ EOF
4144
systemctl enable refresh_notify_push.{path,service}
4245
systemctl restart refresh_notify_push.path
4346
}
47+
48+
49+
exit 0

0 commit comments

Comments
 (0)