From 68cc0c3d65c6553bd97a8153832b002733fa6851 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 May 2018 02:30:02 -0400 Subject: [PATCH] modify incorrect sentence --- xCAT-test/autotest/testcase/probe/detect_dhcpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/probe/detect_dhcpd b/xCAT-test/autotest/testcase/probe/detect_dhcpd index b3eccc0fd..f88141463 100644 --- a/xCAT-test/autotest/testcase/probe/detect_dhcpd +++ b/xCAT-test/autotest/testcase/probe/detect_dhcpd @@ -19,7 +19,7 @@ elif [ -e "/etc/SuSE-release" ]; then elif [ -e "/etc/lsb-release" ]; then dpkg -l|grep tcpdump if [ "$?" != "0" ] ;then - apt-get install -y + apt-get install -y tcpdump fi fi cmd:echo "$$CN" |tee /tmp/detect_dhcpd_work/cn