From bbaeb5c09c472a83281d7c9f5def15532f3681de Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 14 Aug 2012 20:28:29 +0000 Subject: Remove extra curly to allow checking braces closure easily in vi[m] --- etc/inc/config.lib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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.")); -- cgit v1.1