fixed echo parameters
This commit is contained in:
@@ -4,9 +4,9 @@ REPO=https:/git.xo.nl/marcel
|
|||||||
NAME=null
|
NAME=null
|
||||||
PASS=null
|
PASS=null
|
||||||
|
|
||||||
echo "GIT username: "
|
echo -n "GIT username: "
|
||||||
read NAME
|
read NAME
|
||||||
echo -s "GIT password: "
|
echo -n "GIT password: "
|
||||||
read -s PASS
|
read -s PASS
|
||||||
curl -u $NAME:$PASS -O $REPO/secrets/raw/branch/main/users/users.crypt
|
curl -u $NAME:$PASS -O $REPO/secrets/raw/branch/main/users/users.crypt
|
||||||
gpg --output users.json --decrypt users.crypt
|
gpg --output users.json --decrypt users.crypt
|
||||||
|
|||||||
Reference in New Issue
Block a user