Skip to content

Commit b6145f3

Browse files
author
Oliver Cervera
authored
Remove unused function
Remove service_array_setup function, probably used by the container section
1 parent 426c563 commit b6145f3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

snapraid-aio-script.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -415,15 +415,6 @@ function chk_zero(){
415415
fi
416416
}
417417

418-
function service_array_setup() {
419-
if [ -z "$SERVICES" ]; then
420-
echo "Please configure services"
421-
else
422-
echo "Setting up service array"
423-
read -a service_array <<<$SERVICES
424-
fi
425-
}
426-
427418
function prepare_mail() {
428419
if [ $CHK_FAIL -eq 1 ]; then
429420
if [ $DEL_COUNT -ge $DEL_THRESHOLD -a $DO_SYNC -eq 0 ]; then

0 commit comments

Comments
 (0)