fix wrong using of $var instead of var
remove unused header
This commit is contained in:
parent
08dc2a5977
commit
7b6df7cb89
@ -6,10 +6,11 @@ set +o history
|
|||||||
echo "calendar/file.ics PW\n"
|
echo "calendar/file.ics PW\n"
|
||||||
echo $file
|
echo $file
|
||||||
echo "insert PW for caldav:"
|
echo "insert PW for caldav:"
|
||||||
read -s $pw
|
read -s pw
|
||||||
|
echo $pw
|
||||||
curl --verbose --user j.wyss@kolabnow.ch:$pw -X PUT \
|
curl --verbose --user j.wyss@kolabnow.ch:$pw -X PUT \
|
||||||
"https://apps.kolabnow.com/calendars/j.wyss@kolabnow.ch/$1"\
|
"https://apps.kolabnow.com/calendars/j.wyss@kolabnow.ch/$1"\
|
||||||
-H "Content-Type:text/calendar, If-Match: 'af036eb5632652ce-931-d41d8cd98f00b204'" \
|
-H "Content-Type:text/calendar" \
|
||||||
-T $file
|
-T $file
|
||||||
|
|
||||||
echo "https://apps.kolabnow.com/calendars/j.wyss@kolabnow.ch/$1"
|
echo "https://apps.kolabnow.com/calendars/j.wyss@kolabnow.ch/$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user