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 f830783 commit 57b95d9Copy full SHA for 57b95d9
snapraid-aio-script.sh
100644
100755
@@ -20,6 +20,9 @@ CONFIG_FILE=$CURRENT_DIR/script-config.sh
20
#shellcheck source=script-config.sh
21
source "$CONFIG_FILE"
22
23
+# set default variables for backward compatibility with older config files
24
+: ${HEALTHCHECKS_URL:="https://hc-ping.com/"}
25
+
26
########################################################################
27
28
SYNC_MARKER="SYNC -"
0 commit comments