mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove unnecessary lines
This commit is contained in:
parent
a886d2d42d
commit
6beb87be2e
1 changed files with 0 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "The shell is $SHELL"
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
|
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
|
||||||
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
||||||
|
|
@ -37,6 +36,4 @@ davserver_radicale() {
|
||||||
testserver_from_repo radicale
|
testserver_from_repo radicale
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
davserver_$DAV_SERVER
|
davserver_$DAV_SERVER
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue