fix bug in enabling system

This commit is contained in:
Adrian Wannenmacher 2021-10-17 15:42:00 +02:00
parent bb931ff68c
commit e4a9af9cd0
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function main
config
check_deps
if test "CFG_ENABLED" != "yes"
if test "$CFG_ENABLED" != "yes"
echo "not enabled in config file" 1>&2
exit 0
end