Skip to content

Commit fa8a40a

Browse files
author
Oliver Cervera
authored
Remove unnecessary code
Backward compatibility is not an option
1 parent eda6442 commit fa8a40a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

snapraid-aio-script.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
######################
99
# CONFIG VARIABLES #
1010
######################
11-
SNAPSCRIPTVERSION="3.2-DEV3"
11+
SNAPSCRIPTVERSION="3.2-DEV4"
1212

1313
# Read SnapRAID version
1414
SNAPRAIDVERSION="$(snapraid -V | sed -e 's/snapraid v\(.*\)by.*/\1/')"
@@ -20,9 +20,6 @@ CONFIG_FILE=$CURRENT_DIR/script-config.sh
2020
#shellcheck source=script-config.sh
2121
source "$CONFIG_FILE"
2222

23-
# set default variables for backward compatibility with older config files
24-
: ${HEALTHCHECKS_URL:="https://hc-ping.com/"}
25-
2623
########################################################################
2724

2825
SYNC_MARKER="SYNC -"

0 commit comments

Comments
 (0)