Skip to content

Commit

Permalink
updated the hostcfgd file
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 26, 2024
1 parent 3fc60e3 commit 38e869b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/hostcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ from datetime import datetime
from sonic_py_common import device_info
from sonic_py_common.general import check_output_pipe
from swsscommon.swsscommon import ConfigDBConnector, DBConnector, Table
import swsscommon
# from swsscommon import RestartWaiter
from swsscommon import swsscommon
from swsscommon import RestartWaiter
from sonic_installer import bootloader
hostcfg_file_path = os.path.abspath(__file__)
hostcfg_dir_path = os.path.dirname(hostcfg_file_path)
Expand Down Expand Up @@ -2186,5 +2186,4 @@ def main():
daemon.start()

if __name__ == "__main__":
main()

main()

0 comments on commit 38e869b

Please sign in to comment.