Skip to content

Commit

Permalink
[reboot] update stop syncd process wording (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
  • Loading branch information
yxieca authored and lguohan committed Nov 19, 2018
1 parent c6b4fe7 commit e3e82b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reboot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REBOOT_CAUSE_FILE="/var/cache/sonic/reboot-cause.txt"

function stop_sonic_services()
{
echo "Stopping syncd..."
echo "Stopping syncd process..."
docker exec -i syncd /usr/bin/syncd_request_shutdown --cold > /dev/null
sleep 3
}
Expand Down

0 comments on commit e3e82b1

Please sign in to comment.