mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update periodic to use the function source_rc_confs that
/etc/defaults/rc.conf now exports.
This commit is contained in:
parent
85a00bb01f
commit
b61bde0916
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ fi
|
|||
# to see if there are additional dirs to check
|
||||
if [ -r /etc/defaults/rc.conf ]; then
|
||||
. /etc/defaults/rc.conf
|
||||
source_rc_confs
|
||||
elif [ -r /etc/rc.conf ]; then
|
||||
. /etc/rc.conf
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue