Skip to content

Commit

Permalink
Fix the bad-cherry pick as part of
Browse files Browse the repository at this point in the history
99feb24

Signed-off-by: Abhishek Dosi <[email protected]>
  • Loading branch information
abdosi committed Sep 29, 2020
1 parent 99feb24 commit eb6268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def load_minigraph(no_service_restart):
client.set(config_db.INIT_INDICATOR, 1)

if device_type != 'MgmtToRRouter':
clicommon.run_command("pfcwd start_default", display_cmd=True)
run_command("pfcwd start_default", display_cmd=True)

if os.path.isfile('/etc/sonic/acl.json'):
run_command("acl-loader update full /etc/sonic/acl.json", display_cmd=True)
Expand Down

0 comments on commit eb6268d

Please sign in to comment.