From ada5844ce3bead4f597059150a44b20fc1ac7850 Mon Sep 17 00:00:00 2001 From: oib Date: Sat, 12 Apr 2025 12:09:24 +0200 Subject: [PATCH] Update 2025-04-12_12:09:24 --- gitea_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea_push.sh b/gitea_push.sh index 619395e..dac0bf0 100755 --- a/gitea_push.sh +++ b/gitea_push.sh @@ -104,7 +104,7 @@ if [ $# -eq 0 ]; then echo echo "Authentication:" echo " Git uses ~/.netrc for authentication. You can create it like this:" - echo " echo \"machine \$(echo \"$GITEA_URL\" | sed 's|https\\?://||') login $GITEA_USER password \"\"\" > ~/.netrc" + echo " echo \"machine \$(echo \"$GITEA_URL\" | sed 's|https\\?://||') login $GITEA_USER password \"\"\" > ~/.netrc" echo " chmod 600 ~/.netrc" exit 0 fi