You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-notify-push-set-url/run
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ echo "**** Setting notify_push server URL to ${NOTIFY_PUSH_URL} ****"
7
7
while ! occ notify_push:setup "${NOTIFY_PUSH_URL}"; do
8
8
RETRY=$((${RETRY} + 1))
9
9
if [[ "${RETRY}" -lt 6 ]]; then
10
+
echo "**** Retrying notify_push setup ****"
10
11
sleep 3
11
12
else
12
13
echo "**** There was an error setting the notify_push server URL. Please double check your reverse proxy settings as well as the overwrite.cli.url entry in Nextcloud's config.php ****"
0 commit comments