From b22d2f596fb3a13d668abefc89c98045a5dd069f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:23:37 +0200 Subject: [PATCH] test hosts --- hosts/shared/scripts/create_guest_config.sh | 2 ++ 1 file changed, 2 insertions(+) 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"