Update _background.sh (#4941)

Fix two typoe/switch characters in comments
This commit is contained in:
frennkie
2025-02-03 10:52:23 +01:00
committed by GitHub
parent 61766d8bea
commit 76267f812b

View File

@@ -721,7 +721,7 @@ do
fi fi
############################### ###############################
# RAID data check (BRTFS) # RAID data check (BTRFS)
############################### ###############################
# see https://github.com/rootzoll/raspiblitz/issues/360#issuecomment-467698260 # see https://github.com/rootzoll/raspiblitz/issues/360#issuecomment-467698260
@@ -729,7 +729,7 @@ do
recheckRAID=$((($counter % 3600)+1)) recheckRAID=$((($counter % 3600)+1))
if [ ${recheckRAID} -eq 1 ]; then if [ ${recheckRAID} -eq 1 ]; then
# check if BTRTFS raid is active & scrub # check if BTRFS raid is active & scrub
logger -p info "background.sh - RAID data check" logger -p info "background.sh - RAID data check"
source <(/home/admin/config.scripts/blitz.datadrive.sh status) source <(/home/admin/config.scripts/blitz.datadrive.sh status)
if [ "${isBTRFS}" == "1" ] && [ "${isRaid}" == "1" ]; then if [ "${isBTRFS}" == "1" ] && [ "${isRaid}" == "1" ]; then