From 763ed42d0d871fa9f58d4e23164bff722a0907b0 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 23 Sep 2018 13:30:40 -0400 Subject: [PATCH] Changes --- .gitignore | 1 + setup.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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