fill_exercices: we are in 2018!
This commit is contained in:
parent
07a372ab79
commit
bf86e40db0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BASEURL="http://localhost:8081"
|
BASEURL="http://localhost:8081"
|
||||||
BASEURI="https://owncloud.srs.epita.fr/remote.php/webdav/FIC 2017"
|
BASEURI="https://owncloud.srs.epita.fr/remote.php/webdav/FIC 2018"
|
||||||
BASEFILE="/mnt/fic/"
|
BASEFILE="/mnt/fic/"
|
||||||
CLOUDPASS=fic:'f>t\nV33R|(+?$i*'
|
CLOUDPASS="$CLOUD_USER:$CLOUD_PASS"
|
||||||
|
|
||||||
new_theme() {
|
new_theme() {
|
||||||
NAME=`echo $1 | sed 's/"/\\\\"/g'`
|
NAME=`echo $1 | sed 's/"/\\\\"/g'`
|
||||||
|
|
Reference in a new issue