Change double quotes to singles in clone command.

This commit is contained in:
2026-03-28 13:30:44 -07:00
parent bb542d1d2f
commit 945563aa28

View File

@@ -30,7 +30,7 @@ while true; do
echo "Sleeping for '$sleep' seconds..." echo "Sleeping for '$sleep' seconds..."
sleep $sleep sleep $sleep
fi 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'" 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 sleep=30
if [[ "$loop" == false ]]; then if [[ "$loop" == false ]]; then