wip
This commit is contained in:
parent
2271246157
commit
a8dbd7d116
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ gitUserSetup() {
|
|||
git config --global user.email "$g_mail"
|
||||
git config --global init.defaultBranch "$g_branch"
|
||||
|
||||
if ! -e "$CREDENTIALS_FILE"; then
|
||||
if [[ ! -e "$CREDENTIALS_FILE" ]]; then
|
||||
echo_note "Enter your authentication token:"
|
||||
read -r -s g_token # The '-s' flag hides input for privacy
|
||||
# Append the new credentials to the file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue