summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/upload.sh b/admin/upload.sh
index 5aaa053..8b6c321 100755
--- a/admin/upload.sh
+++ b/admin/upload.sh
@@ -13,7 +13,7 @@ SEP2="-----------------------------------------------------"
export SETUP_TAG_RELEASE=no
if [ -z "$DRY_RUN" ]; then
- echo "DRY_RUN not set"
+ echo "DRY_RUN not set (0 or 1)"
exit 1
elif [ "$DRY_RUN" -eq 1 ]; then
echo "dry run"