From ae2afca83c6935f1faa692abf947e7bd09442b46 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Wed, 19 Mar 2025 08:49:10 +1300 Subject: [PATCH] Update target/scripts/startup/setup.d/mail_state.sh --- target/scripts/startup/setup.d/mail_state.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/startup/setup.d/mail_state.sh b/target/scripts/startup/setup.d/mail_state.sh index d8e2c94c..7bcd8be3 100644 --- a/target/scripts/startup/setup.d/mail_state.sh +++ b/target/scripts/startup/setup.d/mail_state.sh @@ -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