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
@@ -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"