fix bug in enabling system
This commit is contained in:
parent
bb931ff68c
commit
e4a9af9cd0
@ -151,7 +151,7 @@ function main
|
|||||||
config
|
config
|
||||||
check_deps
|
check_deps
|
||||||
|
|
||||||
if test "CFG_ENABLED" != "yes"
|
if test "$CFG_ENABLED" != "yes"
|
||||||
echo "not enabled in config file" 1>&2
|
echo "not enabled in config file" 1>&2
|
||||||
exit 0
|
exit 0
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user