mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sulu: fix mosquitto acl permission
(cherry picked from commit 9ccae677a6)
Co-authored-by: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
This commit is contained in:
parent
97045b2d39
commit
18a5f6ca5b
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ create_mosquitto_acl() {
|
|||
} >> "${SULU_ACL_FILE}"
|
||||
fi
|
||||
done
|
||||
chown mosquitto:mosquitto "${SULU_ACL_FILE}"
|
||||
chmod 640 "${SULU_ACL_FILE}"
|
||||
}
|
||||
|
||||
get_sulu_roles() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue