summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index aa3d992..7d183b8 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -379,7 +379,7 @@ pfSenseNanoBSDupgrade)
rm -f /var/run/firmwarelock.dirty
rm -f /var/run/firmware.lock
- sh /etc/rc.reboot
+ . /etc/rc.reboot
;;
pfSenseupgrade)
@@ -509,7 +509,7 @@ pfSenseupgrade)
if [ -f /tmp/no_upgrade_reboot_required ]; then
rm /tmp/no_upgrade_reboot_required
else
- sh /etc/rc.reboot
+ . /etc/rc.reboot
fi
;;
OpenPOWER on IntegriCloud