[object Object]

← back to Designer Wallcoverings

kravet-feed-cadence: SFTP get to absolute /tmp path (drop flaky lcd timing dependency)

bd09a7e8ccb58eac23d0f4b735c357722d06843b · 2026-06-11 11:51:10 -0700 · SteveStudio2

Files touched

Diff

commit bd09a7e8ccb58eac23d0f4b735c357722d06843b
Author: SteveStudio2 <stevestudio2@SteveStudio2s-Mac-Studio.local>
Date:   Thu Jun 11 11:51:10 2026 -0700

    kravet-feed-cadence: SFTP get to absolute /tmp path (drop flaky lcd timing dependency)
---
 shopify/scripts/kravet-feed-cadence.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/shopify/scripts/kravet-feed-cadence.sh b/shopify/scripts/kravet-feed-cadence.sh
index 423bd4c3..ced76431 100755
--- a/shopify/scripts/kravet-feed-cadence.sh
+++ b/shopify/scripts/kravet-feed-cadence.sh
@@ -37,9 +37,8 @@ expect {
   "assword:" { send "$pw\r" }
   timeout { puts "SFTP-CONNECT-TIMEOUT"; exit 1 }
 }
-expect { "sftp>" { send "lcd /tmp\r" } "assword:" { puts "SFTP-AUTH-FAILED"; exit 2 } timeout { exit 1 } }
-expect "sftp>" { send "get $file\r" }
-expect "sftp>" { send "bye\r" }
+expect { "sftp>" { send "get $file /tmp/$file\r" } "assword:" { puts "SFTP-AUTH-FAILED"; exit 2 } timeout { exit 1 } }
+expect { "sftp>" { send "bye\r" } timeout { send "bye\r" } }
 expect eof
 EXP
 

← c2d267b7 Schumacher loop: auto-archive discontinued on Shopify (Steve  ·  back to Designer Wallcoverings  ·  Load Graham & Brown cost from GDrive list (629 SKUs) + wire b893c46c →