From e3e82b195a3093d04fc1afde1a519b689a0d4a14 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Mon, 19 Nov 2018 10:28:24 -0800 Subject: [PATCH] [reboot] update stop syncd process wording (#382) Signed-off-by: Ying Xie --- scripts/reboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reboot b/scripts/reboot index 402071e3bd85..c420d9e512ed 100755 --- a/scripts/reboot +++ b/scripts/reboot @@ -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 }