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:
@@ -61,9 +61,9 @@ pidfile="/var/run/tinyauth.pid"
|
||||
|
||||
start_pre() {
|
||||
if [ -f "/opt/tinyauth/.env" ]; then
|
||||
while IFS= read -r line || [ -n "${line-}" ]; do
|
||||
[ -z "${line-}" ] && continue
|
||||
case "${line-}" in
|
||||
while IFS= read -r line || [ -n "${line:-}" ]; do
|
||||
[ -z "${line:-}" ] && continue
|
||||
case "${line:-}" in
|
||||
'#'*)
|
||||
continue
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user