From af8a259e5b2d407de373cf6768ae014480a3fd7c Mon Sep 17 00:00:00 2001 From: Stille Date: Wed, 7 Feb 2024 13:24:59 +0800 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index f45df26..e783c2d 100755 --- a/start.sh +++ b/start.sh @@ -12,7 +12,7 @@ else fi if [ $SHORT_URL ]; then - echo "当前短链接地址为: $API_URL" + echo "当前短链接地址为: $SHORT_URL" sed -i "s#https://s.ops.ci#$SHORT_URL#g" /usr/share/nginx/html/conf/config.js fi