mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
Update entrypoint.sh
This commit is contained in:
parent
55003e1679
commit
a007d62ab4
@ -14,7 +14,7 @@ chech_quotes(){
|
|||||||
|
|
||||||
# 安装 napcat
|
# 安装 napcat
|
||||||
if [ ! -f "napcat/napcat.mjs" ]; then
|
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/config/* napcat/config/ && rmdir NapCat.Shell/config
|
||||||
mv NapCat.Shell/* napcat/
|
mv NapCat.Shell/* napcat/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user