summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-08-14 20:28:29 +0000
committerErmal <eri@pfsense.org>2012-08-14 20:28:29 +0000
commitbbaeb5c09c472a83281d7c9f5def15532f3681de (patch)
tree1d96e2163336b6a2675b101a0a8d9f36f69d6358 /etc
parent8b46d7782a3027aa4c006fe94c0c1ce6a60d9ed0 (diff)
downloadpfsense-bbaeb5c09c472a83281d7c9f5def15532f3681de.zip
pfsense-bbaeb5c09c472a83281d7c9f5def15532f3681de.tar.gz
Remove extra curly to allow checking braces closure easily in vi[m]
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.lib.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc
index 9d5935d..a48d241 100644
--- a/etc/inc/config.lib.inc
+++ b/etc/inc/config.lib.inc
@@ -546,7 +546,7 @@ function write_config($desc="Unknown", $backup = true) {
if ($g['booting']) {
echo "\n\n ************** WARNING **************";
echo "\n\n Configuration could not be validated. A previous configuration was restored. \n";
- echo "\n The failed configuration file has been saved as {$g['conf_path']}/config.xml.bad} \n\n";
+ echo "\n The failed configuration file has been saved as {$g['conf_path']}/config.xml.bad \n\n";
}
} else
log_error(gettext("Could not restore config.xml."));
OpenPOWER on IntegriCloud