diff --git a/sbin/ngcp-sync-grants b/sbin/ngcp-sync-grants index cc5b7342..c32dd57d 100755 --- a/sbin/ngcp-sync-grants +++ b/sbin/ngcp-sync-grants @@ -488,7 +488,7 @@ sub main { /^hosts$/ && do { $rc += apply_host_grants(); }; - /^hosts$/ && do { + /^copy$/ && do { $rc += apply_copy_grants(); }; } # SWITCH