Skip to content

Commit 402b493

Browse files
committed
improve verbosity
1 parent 15815e0 commit 402b493

File tree

1 file changed

+1
-0
lines changed
  • root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-notify-push-set-url

1 file changed

+1
-0
lines changed

root/etc/s6-overlay/s6-rc.d/svc-mod-nextcloud-notify-push-set-url/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ echo "**** Setting notify_push server URL to ${NOTIFY_PUSH_URL} ****"
77
while ! occ notify_push:setup "${NOTIFY_PUSH_URL}"; do
88
RETRY=$((${RETRY} + 1))
99
if [[ "${RETRY}" -lt 6 ]]; then
10+
echo "**** Retrying notify_push setup ****"
1011
sleep 3
1112
else
1213
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

Comments
 (0)