Install: Fix permissions

This commit is contained in:
Daniel unbrot Pätzold
2026-05-03 19:11:19 +02:00
parent 0f7dc9c043
commit 8e0faed130
+1 -1
View File
@@ -29,7 +29,7 @@ finish_install() {
chown root:root "$MOUNT_POINT" -R
chmod ug=rwX,o=rX "$MOUNT_POINT" -R
chmod o+w "$MOUNT_POINT/config" "$MOUNT_POINT/config.d"
chmod o+w "$MOUNT_POINT/config" "$MOUNT_POINT/config.d" -R
# Create an empty ks.cfg at the OEMDRV root so non-root can overwrite it
# with configure.sh (the OEMDRV root itself is not world-writable).