2 lines
114 B
Bash
2 lines
114 B
Bash
#!/bin/bash
|
|
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update" |