mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 17:25:53 +00:00
Update tinyauth update procedure
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user