From 33e41df0e13dd55d42073d021a6b79511022427d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:19:20 +0000 Subject: Update `Functions/Commons/cli_getConfigLines.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh b/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh index d6e6051..ce93e73 100755 --- a/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh +++ b/Scripts/Bash/Functions/Commons/cli_getConfigLines.sh @@ -30,8 +30,8 @@ function cli_getConfigLines { # Initialize absolute path to configuration file. local CONFIG_ABSPATH="$1" - # Verify absolute path to configuration file. - cli_checkFiles ${CONFIG_ABSPATH} + # Verify that configuration file does exist. + cli_checkFiles -e ${CONFIG_ABSPATH} # Initialize configuration section name where the variable value # we want to to retrive is set in.