Fix error: missing command

This commit is contained in:
Alexandre CATTEAU 2024-08-12 20:31:37 +02:00
parent 59d7fcabbc
commit e12a9536d9

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
user=$(whoami)
if [ "$1" = "" ]; then if [ "$1" = "" ]; then
echo "Please specify one of nspawn or all. Exiting." echo "Please specify one of nspawn or all. Exiting."
exit 0 exit 0