Update start.sh

This commit is contained in:
Stille 2024-02-07 13:24:59 +08:00 committed by GitHub
parent 5adbb9f086
commit af8a259e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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