From 7069f2bcb7ec04314aae896b970c69a6f236149a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Nov 2022 23:49:17 +0000 Subject: [PATCH] 4 --- start-gohttpserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-gohttpserver.sh b/start-gohttpserver.sh index 21bd5e6..abb8c39 100755 --- a/start-gohttpserver.sh +++ b/start-gohttpserver.sh @@ -14,7 +14,7 @@ if [ -f "/admin_user" ];then ADMIN_USER=$(head -1 /admin_user) fi -if [ -f "/admin_token" ];then +if [ -f "/admin_pass" ];then ADMIN_TOKEN=$(head -1 /admin_pass) fi