second
This commit is contained in:
parent
7d4d54ae76
commit
a11fa9a853
@ -10,4 +10,16 @@ wget \
|
|||||||
--quiet --output-document="/home/franv/calendars/$DATE-$NAME-next.ics" \
|
--quiet --output-document="/home/franv/calendars/$DATE-$NAME-next.ics" \
|
||||||
--auth-no-challenge \
|
--auth-no-challenge \
|
||||||
--http-user=$user --http-password="$pwd" \
|
--http-user=$user --http-password="$pwd" \
|
||||||
|
"$url"
|
||||||
|
|
||||||
|
DATE=`date +"%d-%m-%Y"`
|
||||||
|
NAME=next
|
||||||
|
url="https://www.livan.myeu.cloud/remote.php/dav/calendars/lishanghai/li_next/?export"
|
||||||
|
user=lishanghai
|
||||||
|
pwd="%sMw)D}n>&Zo"
|
||||||
|
|
||||||
|
wget \
|
||||||
|
--quiet --output-document="/home/franv/calendars/$DATE-$NAME-li_next.ics" \
|
||||||
|
--auth-no-challenge \
|
||||||
|
--http-user=$user --http-password="$pwd" \
|
||||||
"$url"
|
"$url"
|
||||||
Loading…
Reference in New Issue
Block a user