mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3867 from dennypage/master
This commit is contained in:
commit
07127d136d
@ -52,3 +52,13 @@ if [ "${USE_MFS_TMPVAR}" = "true" ] || [ "${DISK_TYPE}" = "md" ]; then
|
||||
/etc/rc.backup_dhcpleases.sh
|
||||
/etc/rc.backup_logs.sh
|
||||
fi
|
||||
|
||||
# Invoke shutdown scripts if present
|
||||
scripts=/usr/local/etc/rc.d/shutdown.*.sh
|
||||
for script in $scripts
|
||||
do
|
||||
if [ -f "$script" -a -x "$script" ]
|
||||
then
|
||||
$script
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user