mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Quote the parameter to sysctl(1), allowing to use whitespaces in
sysctl values. PR: conf/96509 Submitted by: Gregory Bond <gnb itga.com.au>
This commit is contained in:
parent
fccfbec9f2
commit
996e95d306
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ sysctl_start()
|
|||
${val})
|
||||
;;
|
||||
*)
|
||||
sysctl ${var}
|
||||
sysctl "${var}"
|
||||
;;
|
||||
esac
|
||||
elif [ "$1" = "last" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue