mirror of
https://github.com/yavook/kiwi-backup.git
synced 2024-11-22 06:53:00 +00:00
formatting
This commit is contained in:
parent
dd5d890ffd
commit
fe383051d5
1 changed files with 1 additions and 2 deletions
|
@ -6,10 +6,9 @@ webhook_insecure="${3:-0}"
|
||||||
|
|
||||||
|
|
||||||
if [ -z "${webhook_url}" ]; then
|
if [ -z "${webhook_url}" ]; then
|
||||||
return 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
curl_args=""
|
curl_args=""
|
||||||
if [ "${webhook_insecure}" = "1" ]; then
|
if [ "${webhook_insecure}" = "1" ]; then
|
||||||
curl_args="--insecure"
|
curl_args="--insecure"
|
||||||
|
|
Loading…
Reference in a new issue