output: Tools — success status and safety-check lines visible

This commit is contained in:
Gmer4Lfe
2026-06-01 20:30:05 -04:00
parent e18ee9fcf0
commit 8f696d85f7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ if [[ "$SHOW_STATUS" == true ]]; then
if pgrep -f "fallback.sh" >/dev/null 2>&1; then
warn "fallback.sh is currently RUNNING — any reset would race with active cycle"
else
log "fallback.sh is not running"
echo "fallback.sh is not running"
fi
exit 0
fi