forked from Fediversity/Fediversity
Fix missing space, add missing quotes
This commit is contained in:
parent
807808ed00
commit
253a5ad8fa
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ readonly memory
|
|||
## FIXME: When we figure out how to use other nodes than node051.
|
||||
# if [ -z "$node" ]; then
|
||||
# printf 'Picking random node...'
|
||||
# proxmox GET $api_url/nodes
|
||||
# proxmox GET "$api_url/nodes"
|
||||
# node=$(from_response .data[].node | sort -R | head -n 1)
|
||||
# printf " done. Picked '%s'.\n" "$node"
|
||||
# fi
|
||||
|
@ -98,7 +98,7 @@ printf 'Authenticating...'
|
|||
response=$(
|
||||
http \
|
||||
--verify no \
|
||||
POST $api_url/access/ticket \
|
||||
POST "$api_url/access/ticket" \
|
||||
"username=$username" \
|
||||
"password=$password"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue