samba.sh remove the 'cd /tmp' now that a tmpfs isn't automatically added there

This commit is contained in:
David Personette 2016-01-08 06:48:10 -05:00
parent daddc055e6
commit 885ad90331

View File

@ -114,8 +114,6 @@ The 'command' (if provided and valid) will be run instead of samba
exit $RC exit $RC
} }
cd /tmp
while getopts ":hi:t:u:s:" opt; do while getopts ":hi:t:u:s:" opt; do
case "$opt" in case "$opt" in
h) usage ;; h) usage ;;