diff --git a/doormagic.sh b/doormagic.sh index b27d6e6..cf53d56 100644 --- a/doormagic.sh +++ b/doormagic.sh @@ -16,6 +16,7 @@ elif [ "$USER" == "close" ]; then echo "Closing door..." PIN=27 else + echo "you shall not pass" exit 1 fi