From 1fc23692079bce2b3841ed6d7cf33e4a8c54e2bb Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 14 Jun 2017 08:14:46 -0400 Subject: [PATCH] We want the files within the dirs to sync. --- update-installed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-installed.sh b/update-installed.sh index 30dd72f..8fcdac9 100755 --- a/update-installed.sh +++ b/update-installed.sh @@ -23,7 +23,7 @@ rsync -auv "$OSRF_WEB_ROOT"/"$REPO_NAME"/ "$PROD_BACKUP"/ date > "$PROD_BACKUP"/last_sync_date # now copy the git files over to the web dir -rsync -auv --exclude="install*.sh" --exclude=".git" "GIT_LOCATION" "$OSRF_WEB_ROOT"/"$REPO_NAME" +rsync -auv --exclude="install*.sh" --exclude=".git" "GIT_LOCATION"/ "$OSRF_WEB_ROOT"/"$REPO_NAME"/ # and now do the rest of the bricks for i in $BRICK_HEADS; do -- 2.11.0