Compare commits
No commits in common. "1a32fb8c3fd01bc7b379a2c3340c74502cf5e813" and "87b522486f41341d127de21467a60c4dac1d861d" have entirely different histories.
1a32fb8c3f
...
87b522486f
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue