diff options
Diffstat (limited to 'startup.sh')
-rwxr-xr-x | startup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #!/usr/bin/env bash +cd "$(dirname "$0")" + echo "Enter username \n password \n" IFS="" read username IFS="" read -s password |