We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7c8dd commit 877a9bdCopy full SHA for 877a9bd
root/etc/s6-overlay/s6-rc.d/init-plex-update/run
@@ -1,7 +1,7 @@
1
#!/usr/bin/with-contenv bash
2
# shellcheck shell=bash
3
4
-if [[ -z ${LSIO_READ_ONLY_FS} ]] || [[ -z ${LSIO_NON_ROOT_USER} ]]; then
+if [[ -n ${LSIO_READ_ONLY_FS} ]] || [[ -n ${LSIO_NON_ROOT_USER} ]]; then
5
echo "Runtime update not supported with read-only or non-root operation, skipping."
6
exit 0
7
fi
0 commit comments