Skip to content

Commit 374044d

Browse files
authored
Suppress notify push version mismatch error (#145)
NethServer/dev#7450
1 parent 98444dc commit 374044d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

imageroot/actions/configure-module/90apps_management

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ occ app:disable logreader
1414
occ app:install notify_push
1515
occ app:enable notify_push
1616
occ -n notify_push:setup http://127.0.0.1/push
17+
18+
# Suppress error when notify push versions do not match, see https://github.com/NethServer/dev/issues/7450
19+
exit 0

0 commit comments

Comments
 (0)