Compare commits

..

No commits in common. "1a32fb8c3fd01bc7b379a2c3340c74502cf5e813" and "87b522486f41341d127de21467a60c4dac1d861d" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ alias yd="yadm diff"
alias ys="yadm status"
alias yup="yadm pull --rebase"
alias yp="yadm push"
alias sa="ssh-add"
alias todo="vi ~/Nextcloud/TODO/todo.txt"
alias sysup="sudo apt update && sudo apt upgrade -y"
alias g="./gradlew"

View File

@ -41,8 +41,6 @@ if [ -n "$SCOPE" ]; then
REQUEST_BODY="${REQUEST_BODY}&scope=${SCOPE// /%20}"
fi
echo "curl -s -X POST $TOKEN_URL -H Content-Type: application/x-www-form-urlencoded -d $REQUEST_BODY"
# Get the OAuth2 token
response=$(curl -s -X POST "$TOKEN_URL" \
-H "Content-Type: application/x-www-form-urlencoded" \