From 6f8074d56bfb28b8b7fd8e957ce1bb3722d9060a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 29 Mar 2026 16:59:32 -0700 Subject: [PATCH] Add dash to MASTER, so things like SPACEMASTER would not get considered. --- bin-shared/send_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin-shared/send_master.sh b/bin-shared/send_master.sh index d46d2e5..4fbc53a 100755 --- a/bin-shared/send_master.sh +++ b/bin-shared/send_master.sh @@ -14,7 +14,7 @@ dir="`basename $DIR`" ## Validations ## -if [[ "$DIR" != *"MASTER" ]]; then +if [[ "$DIR" != *"-MASTER" ]]; then echo "'$DIR' is not labeled as a MASTER. Skipping upload." exit 0 fi