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" ;;