mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 23:05:54 +00:00
Fix tinyauth
This commit is contained in:
@@ -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
|
||||
'#'*)
|
||||
|
||||
Reference in New Issue
Block a user