mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
echo "The shell is $SHELL"
|
||||
set -e
|
||||
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
|
||||
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
||||
|
|
@ -37,6 +36,4 @@ davserver_radicale() {
|
|||
testserver_from_repo radicale
|
||||
}
|
||||
|
||||
|
||||
|
||||
davserver_$DAV_SERVER
|
||||
|
|
|
|||
Loading…
Reference in a new issue