diff --git a/samba.sh b/samba.sh index 6e9e8e6..4cccfb9 100755 --- a/samba.sh +++ b/samba.sh @@ -104,6 +104,8 @@ The 'command' (if provided and valid) will be run instead of samba exit $RC } +cd /tmp + while getopts ":hi:t:u:s:" opt; do case "$opt" in h) usage ;;