Skip to content

Commit

Permalink
Add do_sonic_platform_install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jostar Yang committed Nov 26, 2021
1 parent 6bc00f5 commit 5b4528b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ def do_install():
return status
else:
print(PROJECT_NAME.upper()+" devices detected....")
do_sonic_platform_install()

return

def do_uninstall():
Expand All @@ -384,6 +386,8 @@ def do_uninstall():
if FORCE == 0:
return status

do_sonic_platform_clean()

return

def device_exist():
Expand Down

0 comments on commit 5b4528b

Please sign in to comment.