diff options
-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 |
index : serverstore | ||
Personal screenshot sharing tool | git daemon user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | startup.sh | 2 |
@@ -1,4 +1,6 @@ #!/usr/bin/env bash +cd "$(dirname "$0")" + echo "Enter username \n password \n" IFS="" read username IFS="" read -s password |