From 945563aa28e189fc6591f4cb4a17a5a6b903b4f7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 13:30:44 -0700 Subject: [PATCH] Change double quotes to singles in clone command. --- bin-shared/send_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin-shared/send_master.sh b/bin-shared/send_master.sh index d922f19..8afd7f3 100755 --- a/bin-shared/send_master.sh +++ b/bin-shared/send_master.sh @@ -30,7 +30,7 @@ while true; do echo "Sleeping for '$sleep' seconds..." sleep $sleep fi - #clone -e "ssh -p $PROD_DATA_PORT" ./ $PROD_DATA_USER@$PROD_DATA_HOST:$PROD_DATA_DIR/$new_dir + #clone -e 'ssh -p $PROD_DATA_PORT' ./ $PROD_DATA_USER@$PROD_DATA_HOST:$PROD_DATA_DIR/$new_dir echo "FORTEST - Here's the command: 'clone -e 'ssh -p $PROD_DATA_PORT' ./ $PROD_DATA_USER@$PROD_DATA_HOST:$PROD_DATA_DIR/$new_dir'" sleep=30 if [[ "$loop" == false ]]; then