mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
Update _background.sh (#4941)
Fix two typoe/switch characters in comments
This commit is contained in:
parent
61766d8bea
commit
76267f812b
@ -721,7 +721,7 @@ do
|
||||
fi
|
||||
|
||||
###############################
|
||||
# RAID data check (BRTFS)
|
||||
# RAID data check (BTRFS)
|
||||
###############################
|
||||
# see https://github.com/rootzoll/raspiblitz/issues/360#issuecomment-467698260
|
||||
|
||||
@ -729,7 +729,7 @@ do
|
||||
recheckRAID=$((($counter % 3600)+1))
|
||||
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"
|
||||
source <(/home/admin/config.scripts/blitz.datadrive.sh status)
|
||||
if [ "${isBTRFS}" == "1" ] && [ "${isRaid}" == "1" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user