Skip to content

Commit

Permalink
Specify param contect_config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Nov 1, 2023
1 parent fe096e7 commit ef708cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/gbsyncd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function stopplatform1() {
/usr/bin/docker exec -i gbsyncd$DEV /usr/share/sonic/platform/plugins/gbsyncd_request_pre_shutdown --${TYPE}

debug "${TYPE} shutdown syncd process in container gbsyncd$DEV ..."
/usr/bin/docker exec -i gbsyncd$DEV /usr/bin/syncd_request_shutdown -g 1 --${TYPE}
/usr/bin/docker exec -i gbsyncd$DEV /usr/bin/syncd_request_shutdown -g 1 -x /usr/share/sonic/hwsku/context_config.json --${TYPE}

# wait until syncd quits gracefully or force syncd to exit after
# waiting for 20 seconds
Expand Down

0 comments on commit ef708cb

Please sign in to comment.