Update tinyauth update procedure

This commit is contained in:
tremor021
2025-04-24 18:35:59 +02:00
parent d0320473f1
commit c862e68799
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ CGO_ENABLED=0 go build -ldflags "-s -w"
echo "Username: admin@example.com"
echo "Password: admin"
} >>~/tinyauth.creds
echo "${RELEASE}" >"/opt/${APP}_version.txt"
echo "${RELEASE}" >/opt/tinyauth_version.txt
msg_ok "Installed tinyauth"
msg_info "Enabling tinyauth Service"