Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit cde01a3

Browse files
authored
Fix /run/unifi permission
1 parent 9b610c0 commit cde01a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/etc/cont-init.d/20-config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ fi
8585
# permissions
8686
chown -R abc:abc \
8787
/config \
88-
/usr/lib/unifi
88+
/usr/lib/unifi \
89+
/run/unifi

0 commit comments

Comments
 (0)