Skip to content

Commit 4e0547c

Browse files
committed
Fix subfolder permissions fix
1 parent 1d4a515 commit 4e0547c

File tree

1 file changed

+3
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-ombi-config

1 file changed

+3
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-ombi-config/run

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ lsiown -R abc:abc \
88
/run/ombi-temp \
99
/config
1010

11-
lsiown abc:abc /app/ombi/ClientApp/dist/index.html > /dev/null 2>&1
11+
if [[ -z ${LSIO_READ_ONLY_FS} ]]; then
12+
lsiown abc:abc /app/ombi/ClientApp/dist/browser/index.html
13+
fi

0 commit comments

Comments
 (0)