forked from extern/shorewall_code
Correct syntax error in lib.cli
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -2568,7 +2568,7 @@ get_config() {
|
|||||||
|
|
||||||
ensure_config_path
|
ensure_config_path
|
||||||
|
|
||||||
config=$(find_file ${g_program.conf)
|
config=$(find_file ${g_program}.conf)
|
||||||
|
|
||||||
if [ -f $config ]; then
|
if [ -f $config ]; then
|
||||||
if [ -r $config ]; then
|
if [ -r $config ]; then
|
||||||
|
Reference in New Issue
Block a user