Update entrypoint.sh

This commit is contained in:
手瓜一十雪 2024-08-15 16:21:43 +08:00 committed by GitHub
parent 55003e1679
commit a007d62ab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ chech_quotes(){
# 安装 napcat
if [ ! -f "napcat/napcat.mjs" ]; then
unzip -q NapCat.Shell.zip
unzip -q NapCat.Shell.zip -d ./NapCat.Shell
mv NapCat.Shell/config/* napcat/config/ && rmdir NapCat.Shell/config
mv NapCat.Shell/* napcat/
fi