1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-22 06:53:00 +00:00

formatting

This commit is contained in:
Jörn-Michael Miehe 2022-10-24 04:01:40 +02:00
parent dd5d890ffd
commit fe383051d5

View file

@ -6,10 +6,9 @@ webhook_insecure="${3:-0}"
if [ -z "${webhook_url}" ]; then
return 1
exit 1
fi
curl_args=""
if [ "${webhook_insecure}" = "1" ]; then
curl_args="--insecure"