output: Tools — success status and safety-check lines visible
This commit is contained in:
@@ -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