From 7df5303bec43d4ec57830ee2249542cddf9a6e27 Mon Sep 17 00:00:00 2001 From: Paul Krizak Date: Sun, 6 Nov 2016 20:03:17 -0800 Subject: [PATCH] Forgot getopts option --- samba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.sh b/samba.sh index 21e4373..1933fe9 100755 --- a/samba.sh +++ b/samba.sh @@ -178,7 +178,7 @@ The 'command' (if provided and valid) will be run instead of samba exit $RC } -while getopts ":hi:nps:mt:u:w:" opt; do +while getopts ":hi:npls:mt:u:w:" opt; do case "$opt" in h) usage ;; i) import "$OPTARG" ;;