diff --git a/hosts/shared/scripts/create_guest_config.sh b/hosts/shared/scripts/create_guest_config.sh index 718dcb0..74d54a9 100644 --- a/hosts/shared/scripts/create_guest_config.sh +++ b/hosts/shared/scripts/create_guest_config.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +[[ -d "./hosts" ]] || (exit 1; echo "Folder ./hosts not found") + LAPTOP_CONFIG="./hosts/laptop" GUEST_CONFIG="./hosts/guest"