Release 10.2.0 #114

Manually merged
jlecour merged 103 commits from unstable into stable 2020-09-17 14:14:16 +02:00
Showing only changes of commit b47d2b872c - Show all commits

View file

@ -244,8 +244,8 @@ fi
# Omit battery/capacitor/cache status check if requested
EXCLUDE_BATTERY=${EXCLUDE_BATTERY:-0}
if [ "$EXCLUDE_BATTERY" = "1" ]; then
check=$(grep -v 'Battery/Capacitor Status: Failed (Replace Batteries/Capacitors)' "$check")
check=$(grep -v 'Cache Status: Temporarily Disabled' "$check")
check=$(grep -v 'Battery/Capacitor Status: Failed (Replace Batteries/Capacitors)' <<< "$check")
check=$(grep -v 'Cache Status: Temporarily Disabled' <<< "$check")
fi
check=${check:-}