Skip to content

Commit e3e82b1

Browse files
yxiecalguohan
authored andcommitted
[reboot] update stop syncd process wording (#382)
Signed-off-by: Ying Xie <[email protected]>
1 parent c6b4fe7 commit e3e82b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REBOOT_CAUSE_FILE="/var/cache/sonic/reboot-cause.txt"
99

1010
function stop_sonic_services()
1111
{
12-
echo "Stopping syncd..."
12+
echo "Stopping syncd process..."
1313
docker exec -i syncd /usr/bin/syncd_request_shutdown --cold > /dev/null
1414
sleep 3
1515
}

0 commit comments

Comments
 (0)