mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Fix silly typo on my part (s/quotas_enable/quota_enable/)
Submitted by: ed
This commit is contained in:
parent
468c754560
commit
15539a8a80
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ load_rc_config()
|
|||
|
||||
# Old variable name support -- Remove before 9.0-RELEASE
|
||||
#
|
||||
[ -n "$enable_quotas" ] && err 1 "enable_quotas is deprecated, use quotas_enable"
|
||||
[ -n "$enable_quotas" ] && err 1 "enable_quotas is deprecated, use quota_enable"
|
||||
|
||||
# Set defaults if defined.
|
||||
for _var in $rcvar $rcvars; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue