test hosts
This commit is contained in:
parent
026be4852e
commit
b22d2f596f
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user