755 is sufficient enough

This commit is contained in:
Louis Abel 2022-07-25 03:30:52 -07:00
parent 56af2ade35
commit c73d52d42b
Signed by: label
GPG Key ID: B37E62D143879B36

View File

@ -53,7 +53,7 @@ elif [ -f "/usr/bin/isoinfo" ]; then
grep -v '/TRANS.TBL$' | sort >> lorax/images/boot.iso.manifest
fi
find lorax -perm 700 -exec chmod 555 {} \;
find lorax -perm 700 -exec chmod 755 {} \;
tar czf "${LORAX_TAR}" lorax "${LOGFILE}"