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 52ee878 commit c8bcf2bCopy full SHA for c8bcf2b
1 file changed
bin/nextcloud-domain.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
source /usr/local/etc/library.sh
4
-
+set -x
5
# wait until user decrypts the instance first
6
while :; do
7
needs_decrypt || break
@@ -31,6 +31,8 @@ while :; do
31
sleep 3
32
continue
33
}
34
+ # TODO: REmove debug output
35
+ echo "found domain: $nc_domain"
36
# Fix the situation where junk was introduced in the config by mistake
37
# because Redis was not yet ready to be used even if it was up
38
[[ "${nc_domain}" =~ "RedisException" ]] && nc_domain="$(hostname)"
0 commit comments