summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-08-29 21:48:44 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-08-29 21:48:44 +0200
commit16c6dd8f7116271508974d8acf04da1f1bf0afc9 (patch)
treea530112274d4dcb77a65c37aa035341353acefb2 /test.sh
parent50e6a82f0955bf5d489d311f2c9600c379006c37 (diff)
Drop -d parameter and allow appending directory at end of command line
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() {