diff --git a/.gitignore b/.gitignore index 0a764a4..f4b3548 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ env +exclude diff --git a/setup.sh b/setup.sh index e9cb268..2bfd9de 100755 --- a/setup.sh +++ b/setup.sh @@ -40,7 +40,7 @@ echo "Also, paths can be relative or absolute" echo # Load existing configurations -test -f env && source env +test -f ./env && source ./env configure_var LOCAL_HOSTNAME android1 configure_var REMOTE_HOST user@example.com