output: Tools — success status and safety-check lines visible
This commit is contained in:
@@ -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 "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user