X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8051aa5a34b83c6da8acf82ad3dddb47437b994b..01e293f1b52bd16b5b487f5003cce4948786c474:/support/instant-rsyncd diff --git a/support/instant-rsyncd b/support/instant-rsyncd index 6ab1e66d..e9efb1ab 100755 --- a/support/instant-rsyncd +++ b/support/instant-rsyncd @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash # instant-rsyncd lets you quickly set up and start a simple, unprivileged rsync # daemon with a single module in the current directory. I've found it @@ -12,6 +12,8 @@ # and once to log in to test the daemon. # -- Matt McCutchen +set -e + dir="$(pwd)" echo