From 3a8b2b6cc771e9dc59f60135d3abf0522eb811c9 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 5 Feb 2024 02:16:40 -0800 Subject: [PATCH] now just plugins dir --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 1476897ea..0cd5e1d6d 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -93,9 +93,9 @@ cd "$SVN_DIR" # Copy from clean copy to /trunk, excluding dotorg assets # The --delete flag will delete anything in destination that no longer exists in source -rsync -rc "$TMP_DIR/app/core" trunk/app --delete --delete-excluded +rsync -rc "$TMP_DIR/app/plugins" trunk/app --delete --delete-excluded -if [[ -d trunk/app/core/core ]]; then +if [[ -d trunk/app/plugins/plugins ]]; then exit 1; fi