Skip to content

Commit

Permalink
update subprocess call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianrong Zhang committed Aug 3, 2021
1 parent b629ff8 commit 1078f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-host-services/scripts/caclmgrd
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class ControlPlaneAclManager(daemon_base.DaemonBase):
execute = 1

if execute == 1:
self.run_commands([update_cmd])
subprocess.call(update_cmd, shell=True)
self.log_info("Update DHCP chain: {}".format(update_cmd))

def update_dhcp_acl(self, key, op, data):
Expand Down

0 comments on commit 1078f75

Please sign in to comment.