From f8c8036e5fe11f1cd4e0c952fbae49683611980d Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 29 Mar 2026 17:54:39 -0700 Subject: [PATCH] Fix the remote directory name for pulling. --- bin-shared/pull_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin-shared/pull_clone.sh b/bin-shared/pull_clone.sh index c8aad48..f196e57 100755 --- a/bin-shared/pull_clone.sh +++ b/bin-shared/pull_clone.sh @@ -31,7 +31,7 @@ while true; do sleep $sleep fi clone -e "ssh -p $PROD_DATA_PORT" \ - $PROD_DATA_USER@$PROD_DATA_HOST:$PROD_DATA_DIR/$new_dir \ + $PROD_DATA_USER@$PROD_DATA_HOST:$PROD_DATA_DIR/$dir/ \ . && echo "`date` - Success!" || echo "`date` - Failed!"