mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Fix overriding jail_list from command line.
MFC after: 3 days
This commit is contained in:
parent
68ff3c2445
commit
409a60927b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156441
@ -247,5 +247,7 @@ cmd="$1"
|
||||
if [ $# -gt 0 ]; then
|
||||
shift
|
||||
fi
|
||||
[ -n "$*" ] && jail_list="$*"
|
||||
if [ -n "$*" ]; then
|
||||
jail_list="$*"
|
||||
fi
|
||||
run_rc_command "${cmd}"
|
||||
|
Loading…
Reference in New Issue
Block a user