Update target/scripts/startup/setup.d/mail_state.sh

This commit is contained in:
Brennan Kinney 2025-03-19 08:49:10 +13:00 committed by GitHub
parent c1bea24e98
commit ae2afca83c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function _setup_adjust_state_permissions() {
# Parent directories must have executable bit set to descend the file tree for access,
# as each service running as a non-root user requires this to access their state directory,
# `/var/mail-state` must allow all users `+x`:
chmod o+x "${DMS_STATE_DIR}"
chmod +x "${DMS_STATE_DIR}"
# This ensures the user and group of the files from the external mount have their
# numeric ID values in sync. New releases where the installed packages order changes