mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Oops, restore the recent changes to make startup messages quieter.
This commit is contained in:
parent
4ceda705b7
commit
4746c560a4
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ parse_file()
|
|||
${val})
|
||||
;;
|
||||
*)
|
||||
sysctl "${var}"
|
||||
if ! sysctl "${var}" >/dev/null 2>&1; then
|
||||
warn "unable to set ${var}"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
elif [ "$2" = "last" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue