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