diff --git a/deploy.sh b/deploy.sh index 7c109f2..6b5dad1 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +user=$(whoami) + if [ "$1" = "" ]; then echo "Please specify one of nspawn or all. Exiting." exit 0