From 414de167bca501f11733daf2ff9bf662f5166a30 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 5 May 2018 20:40:36 +0200 Subject: Change to script directory in startup.sh --- startup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'startup.sh') diff --git a/startup.sh b/startup.sh index 40c271d..a9ee756 100755 --- a/startup.sh +++ b/startup.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +cd "$(dirname "$0")" + echo "Enter username \n password \n" IFS="" read username IFS="" read -s password -- cgit v1.2.3-54-g00ecf