Changes
This commit is contained in:
parent
d632ebedcd
commit
763ed42d0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
env
|
env
|
||||||
|
exclude
|
||||||
|
2
setup.sh
2
setup.sh
@ -40,7 +40,7 @@ echo "Also, paths can be relative or absolute"
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
# Load existing configurations
|
# Load existing configurations
|
||||||
test -f env && source env
|
test -f ./env && source ./env
|
||||||
|
|
||||||
configure_var LOCAL_HOSTNAME android1
|
configure_var LOCAL_HOSTNAME android1
|
||||||
configure_var REMOTE_HOST user@example.com
|
configure_var REMOTE_HOST user@example.com
|
||||||
|
Loading…
Reference in New Issue
Block a user