From e47e776790b7b5daf6e494723756ffc96660c0ce Mon Sep 17 00:00:00 2001 From: luyao Date: Tue, 16 Aug 2016 16:37:38 +0800 Subject: [PATCH] when we use simplier centos, may lose these rpms which are necessary Change-Id: Ia54f808c41bd4377f0e7fab2bbab5481db173443 Signed-off-by: luyao --- tools/setup/common/daisy_yum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup/common/daisy_yum.sh b/tools/setup/common/daisy_yum.sh index 95c7e0b0..55c2fe14 100755 --- a/tools/setup/common/daisy_yum.sh +++ b/tools/setup/common/daisy_yum.sh @@ -38,7 +38,7 @@ function make_yum_client daisy_yum="${daisy_yum}"" --enablerepo=TFG_DEPEND_PACKAGE" fi yum clean all &>/dev/null - $daisy_yum install httpd + yum install -y httpd systemctl enable httpd systemctl start httpd || { echo "httpd start failed."; exit 1; } httpd_path="/var/www/html/daisy_install"