Remove symlnk option from another branch

This commit is contained in:
Paul Krizak 2016-11-06 20:03:43 -08:00
parent fea182b887
commit 1a0be89885

View File

@ -169,7 +169,7 @@ The 'command' (if provided and valid) will be run instead of samba
exit $RC
}
while getopts ":hi:npls:mt:g:u:w:" opt; do
while getopts ":hi:nps:mt:g:u:w:" opt; do
case "$opt" in
h) usage ;;
i) import "$OPTARG" ;;