1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-01-04 12:38:49 +01:00

Correct syntax error in lib.cli

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-01-29 16:50:32 -08:00
parent 3f42b6d76f
commit 81a96e689b

View File

@ -2568,7 +2568,7 @@ get_config() {
ensure_config_path
config=$(find_file ${g_program.conf)
config=$(find_file ${g_program}.conf)
if [ -f $config ]; then
if [ -r $config ]; then