aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:50:27 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:50:27 +0200
commit441ca7d40ff8f625e65436cfadba191370535916 (patch)
tree75fa5b5e93c873f2eae15f79b34838aee53b9c01 /test.sh
parentc775a110e0b07c3257b6290060ee2cb1e815eeb1 (diff)
parent8b9882c5337cc40f0d2a4e056d937f449c06a500 (diff)
Merge branch 'master' into debian
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 61fa6d0..7ee1800 100755
--- a/test.sh
+++ b/test.sh
@@ -52,7 +52,7 @@ tftpc() {
}
rtftpd() {
- $SSD --background --exec "$RTFTPD" --start -- -p $PORT -d "$SERVERDIR" 1>/dev/null
+ $SSD --background --exec "$RTFTPD" --start -- -p $PORT "$SERVERDIR" 1>/dev/null
}
rtftpc() {