Fix the remote directory name for pulling.

This commit is contained in:
2026-03-29 17:54:39 -07:00
parent 076641fc9d
commit f8c8036e5f

View File

@@ -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!"