From 7363566270eb46170e59e87ee1dc7a3c1398f16d Mon Sep 17 00:00:00 2001 From: Brian Moses Hall Date: Mon, 22 Jul 2024 15:49:07 -0400 Subject: [PATCH] DEV-1245 follow up - Add `crms` directory to both the source and destination. --- bin/rsync.app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rsync.app b/bin/rsync.app index 9befe8b8..55c3c6ac 100644 --- a/bin/rsync.app +++ b/bin/rsync.app @@ -3,8 +3,8 @@ DEST_PREFIX=$1 shift -DEPLOY_DEST=${DEST_PREFIX}babel -DEPLOY_SRC=/htapps/test.babel +DEPLOY_DEST=${DEST_PREFIX}babel/crms +DEPLOY_SRC=/htapps/test.babel/crms INCLUDE=$(cat <