summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstartup.sh2
1 files changed, 2 insertions, 0 deletions
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