This commit is contained in:
pika 2025-04-10 21:16:13 +02:00
parent 2271246157
commit a8dbd7d116

View file

@ -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