diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-11 15:51:39 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-11 15:57:11 (GMT) |
commit | f986b2d95200eed6f87b2171165e268fc27fad7c (patch) | |
tree | 479f7a2c5c4f33e061cc58c6b24d52267d7cda0f /utils/rhrd-sanity-check | |
parent | 6f1430c4bc4216d6c074656a8ac907bd653e9c91 (diff) |
add show group sanity check
Diffstat (limited to 'utils/rhrd-sanity-check')
-rwxr-xr-x | utils/rhrd-sanity-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/rhrd-sanity-check b/utils/rhrd-sanity-check index 20179d1..cdfa0b4 100755 --- a/utils/rhrd-sanity-check +++ b/utils/rhrd-sanity-check @@ -271,6 +271,7 @@ sub check_groups for my $group (@groups) { next if($group eq $ctx->{'config'}{'specialgroups'}{'system'}); next if($group eq $ctx->{'config'}{'specialgroups'}{'shows'}); + next if($group eq $ctx->{'config'}{'specialgroups'}{'multishows'}); next if($group eq $ctx->{'config'}{'specialgroups'}{'allshows'}); next if($group eq $ctx->{'config'}{'specialgroups'}{'allpools'}); next if($group eq $ctx->{'config'}{'specialgroups'}{'alljingles'}); |