Fix tinyauth

This commit is contained in:
tremor021 2025-06-10 18:35:18 +02:00
parent 484c3be103
commit 8b750778dc

View File

@ -62,7 +62,7 @@ pidfile="/var/run/tinyauth.pid"
start_pre() {
if [ -f "/opt/tinyauth/.env" ]; then
line=""
while IFS= read -r line || [ -n "$line" ]; do
while IFS= read -r line || [ -n "${line-}" ]; do
[ -z "$line" ] && continue
case "$line" in
'#'*)