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 eda6442 commit fa8a40aCopy full SHA for fa8a40a
snapraid-aio-script.sh
@@ -8,7 +8,7 @@
8
######################
9
# CONFIG VARIABLES #
10
11
-SNAPSCRIPTVERSION="3.2-DEV3"
+SNAPSCRIPTVERSION="3.2-DEV4"
12
13
# Read SnapRAID version
14
SNAPRAIDVERSION="$(snapraid -V | sed -e 's/snapraid v\(.*\)by.*/\1/')"
@@ -20,9 +20,6 @@ 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