mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
Update entrypoint.sh
This commit is contained in:
parent
55003e1679
commit
a007d62ab4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user