Skip to content

Commit 728790f

Browse files
committed
Silence the dir changes
1 parent 2c4c6c6 commit 728790f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postinstall

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ dpkg --force-all --configure mawk 2>/dev/null || true
6262
dpkg --configure -a
6363

6464
# Make sure all apt keys are installed
65-
cd /apt-keys
65+
cd /apt-keys > /dev/null
6666
for i in *.asc; do
6767
apt-key --keyring /etc/apt/trusted.gpg.d/${i%.*}.gpg add ${i}
6868
done
69-
cd -
69+
cd - > /dev/null
7070

7171
# Set root password
7272
echo "root:${RPASS}" | chpasswd

0 commit comments

Comments
 (0)