summaryrefslogtreecommitdiff
path: root/rsync-ssl
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-16 18:02:45 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-16 18:27:48 -0700
commit27e88dec0436878c7a9fc47c11c7703874e3acfe (patch)
treeabe6c09a22bc5b46ec9ff43f5724fd8c6900da0a /rsync-ssl
parent929f136b3ba5c554f8ae40761f6561678c26fa19 (diff)
downloadrsync-27e88dec0436878c7a9fc47c11c7703874e3acfe.tar.gz
Use /usr/bin/env for increased portability.
Diffstat (limited to 'rsync-ssl')
-rwxr-xr-xrsync-ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync-ssl b/rsync-ssl
index 4e066ade..8101975a 100755
--- a/rsync-ssl
+++ b/rsync-ssl
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# This script uses openssl, gnutls, or stunnel to secure an rsync daemon connection.