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 9940ce1..bbdb49e 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -202,8 +202,8 @@ pfSenseNanoBSDupgrade)
if [ $? != 0 ]; then
/usr/local/bin/php -q -d auto_prepend_file=config.inc <<ENDOFF
<?php
- require_once(\"globals.inc\");
- require_once(\"functions.inc\");
+ require_once("globals.inc");
+ require_once("functions.inc");
file_notice("UpgradeFailure", "{$g['product_name']} upgrade has failed. Your system has been left in a usable state.", "UpgradeFailure", "");
?>
ENDOFF
OpenPOWER on IntegriCloud