Further fix the while loop.

This commit is contained in:
2026-03-28 13:29:34 -07:00
parent 7ff5431e83
commit bb542d1d2f

View File

@@ -31,9 +31,9 @@ while true; do
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 ]]; if [[ "$loop" == false ]]; then
break; break;
fi fi
done done