From 885ad9033171e42366af28b7a284faaa4c793959 Mon Sep 17 00:00:00 2001 From: David Personette Date: Fri, 8 Jan 2016 06:48:10 -0500 Subject: [PATCH] samba.sh remove the 'cd /tmp' now that a tmpfs isn't automatically added there --- samba.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/samba.sh b/samba.sh index 087a310..3bf4f89 100755 --- a/samba.sh +++ b/samba.sh @@ -114,8 +114,6 @@ 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 ;;