mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-12 04:37:01 +02:00
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:
parent
181af2cc85
commit
449ce2a9b6
@ -3188,7 +3188,7 @@ process_action() # $1 = chain (Chain to add the rules to)
|
|||||||
fi
|
fi
|
||||||
userspec=${userspec%+*}
|
userspec=${userspec%+*}
|
||||||
;;
|
;;
|
||||||
*/*)
|
*+*)
|
||||||
if [ -n "${userspec#*+}" ]; then
|
if [ -n "${userspec#*+}" ]; then
|
||||||
userandgroup="$userandgroup --cmd-owner ${userspec#*+}"
|
userandgroup="$userandgroup --cmd-owner ${userspec#*+}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user