diff options
Diffstat (limited to 'source/script/smbtar')
-rw-r--r-- | source/script/smbtar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/smbtar b/source/script/smbtar index 156375ce9c8..a947476dc6b 100644 --- a/source/script/smbtar +++ b/source/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 |