From e5c5b29e157a72834ad25073a62087226f5c88b1 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 10 May 2018 14:14:49 +1200 Subject: [PATCH] Don't yum clean all --- files/yum_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/files/yum_update.sh b/files/yum_update.sh index 59d942b..01c214b 100755 --- a/files/yum_update.sh +++ b/files/yum_update.sh @@ -9,5 +9,4 @@ if [ -f /tmp/host_packages.json ]; then fi fi yum -y update -yum clean all rm -rf /var/cache/yum