'sudo mktemp' creates file with 0600 mode, which means we need root to read it.

This commit is contained in:
Orazio 2020-12-14 15:15:29 +01:00
parent 13e10cfe35
commit a52e53d123

View file

@ -570,7 +570,7 @@ installDependentPackages(){
done
if [ "$FAILED" -gt 0 ]; then
cat "${APTLOGFILE}"
$SUDO cat "${APTLOGFILE}"
exit 1
fi
}