summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index afa8532..b057157 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -156,7 +156,7 @@ if (!$noparseconfig) {
echo "on reboot.\n";
} else {
echo "XML configuration {$g['conf_path']}/config.xml file not found. pfSense cannot continue booting.\n";
- sleep 5;
+ sleep(5);
echo "\n\nThe system is now halting.\n\n";
mwexec("/sbin/halt");
exit;
OpenPOWER on IntegriCloud