Update tinyauth update procedure

This commit is contained in:
tremor021 2025-04-24 18:45:36 +02:00
parent 54bab4455a
commit 5d5c81d100

View File

@ -62,7 +62,7 @@ pidfile="/var/run/tinyauth.pid"
start_pre() { start_pre() {
if [ -f "/opt/tinyauth/.env" ]; then if [ -f "/opt/tinyauth/.env" ]; then
export $(grep -v '^#' /opt/tinyauth/.env | xargs) export \$(grep -v '^#' /opt/tinyauth/.env | xargs)
fi fi
} }