diff --git a/src/tm_mad/ssh/mv b/src/tm_mad/ssh/mv index 69fa32858b..ee786f33c5 100755 --- a/src/tm_mad/ssh/mv +++ b/src/tm_mad/ssh/mv @@ -64,6 +64,11 @@ if [ "$SRC" == "$DST" ]; then exit 0 fi +if [ `lcm_state` -eq 60 ]; then + log "Not moving files from $SRC_HOST in FT mode" + exit 0 +fi + ssh_make_path "$DST_HOST" "$DST_DIR" "ssh" log "Moving $SRC to $DST"