diff --git a/show-status.sh b/show-status.sh index c3d81508..69c5c8af 100755 --- a/show-status.sh +++ b/show-status.sh @@ -37,10 +37,10 @@ for part in "${parts[@]}"; do if [[ "$result" == *"syncing"* && $? -eq 1 ]]; then # Allow exit status 1 if result contains "syncing" - true + echo "hit syncing" elif [[ "$result" == *"lagging"* && $? -eq 1 ]]; then # Allow exit status 1 if result contains "syncing" - true + echo "hit lagging" elif [ $? -ne 0 ]; then any_failure=true fi