diff --git a/config.sh.example b/config.sh.example index 89e41da..2c605a0 100644 --- a/config.sh.example +++ b/config.sh.example @@ -1,3 +1,4 @@ +ANNEE=3 EDT=groupe12 CID=1234 BASELINK='https://davserver.tld/' diff --git a/davical.sh b/davical.sh index 62dba62..b7e9572 100755 --- a/davical.sh +++ b/davical.sh @@ -7,7 +7,7 @@ source $DIR/config.sh COOKIES=$(mktemp) FILE=$(mktemp) -$DIR/parse.py $EDT -o $FILE +$DIR/parse.py $ANNEE $EDT -o $FILE curl --data "username=$USERNAME&password=$PASSWORD" \ --cookie-jar $COOKIES \ -- libgit2 0.21.2