From 9d1141bf820d61b888065c634c7981750b1eb915 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 12:08:29 -0700 Subject: [PATCH] Fix output to be more helpful. --- 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 6a549f9..2edd254 100755 --- a/bin-shared/send_master.sh +++ b/bin-shared/send_master.sh @@ -13,7 +13,7 @@ loop=false ## Validations ## if [[ "$DIR" != *"MASTER" ]]; then - echo "This directory is not labeled as a MASTER. Skipping upload." + echo "'$DIR' is not labeled as a MASTER. Skipping upload." exit 0 fi