Replace '/' by '+' in cmd-owner implementation

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2080 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-03 21:51:07 +00:00
parent 181af2cc85
commit 449ce2a9b6

View File

@ -3188,7 +3188,7 @@ process_action() # $1 = chain (Chain to add the rules to)
fi
userspec=${userspec%+*}
;;
*/*)
*+*)
if [ -n "${userspec#*+}" ]; then
userandgroup="$userandgroup --cmd-owner ${userspec#*+}"
fi