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
@@ -225,7 +225,7 @@ elif [[ ${#FAIL[@]} -gt 0 ]]; then
notify "Permissions repair failed on $(hostname)${FAIL[*]}" \
"Permissions Repair" "warning"
else
log "$ICON_DONE Status: done — ${#PASS[@]} path(s) repaired"
echo "$ICON_DONE Status: done — ${#PASS[@]} path(s) repaired"
fi
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
+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
+1 -1
View File
@@ -221,7 +221,7 @@ echo "━━━ $ICON_LINK Redirect Symlink → SSD ━━━"
if [[ -L "$TRANSCODE_LINK" ]]; then
CURRENT_TARGET=$(readlink "$TRANSCODE_LINK")
if [[ "$CURRENT_TARGET" == "$TRANSCODE_SSD" ]]; then
log "Symlink already points to SSD — no change needed"
echo "Symlink already points to SSD — no change needed"
else
if [[ "$DRY_RUN" == true ]]; then
warn "DRY RUN — would redirect: $TRANSCODE_LINK$TRANSCODE_SSD"