We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4a515 commit 4e0547cCopy full SHA for 4e0547c
root/etc/s6-overlay/s6-rc.d/init-ombi-config/run
@@ -8,4 +8,6 @@ lsiown -R abc:abc \
8
/run/ombi-temp \
9
/config
10
11
-lsiown abc:abc /app/ombi/ClientApp/dist/index.html > /dev/null 2>&1
+if [[ -z ${LSIO_READ_ONLY_FS} ]]; then
12
+ lsiown abc:abc /app/ombi/ClientApp/dist/browser/index.html
13
+fi
0 commit comments