diff options
author | Ermal <eri@pfsense.org> | 2012-08-14 20:32:04 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-08-14 20:32:04 +0000 |
commit | 05d5503b3781e93aab6cdc5a7bc1cf5e2232c1b3 (patch) | |
tree | 3e17ec914b39c8cc49882a78a448b0ea4bf14adb | |
parent | d71fc5d312cc2bc6728410aa634f334332216166 (diff) | |
download | pfsense-05d5503b3781e93aab6cdc5a7bc1cf5e2232c1b3.zip pfsense-05d5503b3781e93aab6cdc5a7bc1cf5e2232c1b3.tar.gz |
Remove extra curly to allow checking braces closure easily in vi[m]
-rw-r--r-- | etc/inc/config.lib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc index 4af04ae..54a9134 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.")); |