From 728790f8ec04818ffad4460163ca1c2b37bf638d Mon Sep 17 00:00:00 2001 From: "Justin F. Hallett" Date: Wed, 1 Feb 2017 13:05:39 -0700 Subject: [PATCH] Silence the dir changes --- postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall b/postinstall index 22211e9..9533af4 100755 --- a/postinstall +++ b/postinstall @@ -62,11 +62,11 @@ dpkg --force-all --configure mawk 2>/dev/null || true dpkg --configure -a # Make sure all apt keys are installed -cd /apt-keys +cd /apt-keys > /dev/null for i in *.asc; do apt-key --keyring /etc/apt/trusted.gpg.d/${i%.*}.gpg add ${i} done -cd - +cd - > /dev/null # Set root password echo "root:${RPASS}" | chpasswd