diff options
Diffstat (limited to 'source3/script')
-rw-r--r-- | source3/script/smbtar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/smbtar b/source3/script/smbtar index 156375ce9c..a947476dc6 100644 --- a/source3/script/smbtar +++ b/source3/script/smbtar @@ -11,8 +11,8 @@ case $0 in # when called by absolute path, assume smbclient is in the same directory /*) SMBCLIENT="`dirname $0`/smbclient";; - *) # edit this to show where your smbclient is - SMBCLIENT="./smbclient";; + *) # you may need to edit this to show where your smbclient is + SMBCLIENT="smbclient";; esac # These are the default values. You could fill them in if you know what |