X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/794d033981cc87f8b9d2219b977df56873299ff8..6da6b02bb7ed1d8e7785118a8b203e50b983d1a8:/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