更新文件: README.txt, rclonemount.sh, webdav_simulator.amd64, runembysim.sh, embysim.tar.xz

This commit is contained in:
ZJP Monitor
2025-08-07 21:31:51 +08:00
parent 5665237e13
commit 5d123d7f0a
5 changed files with 43 additions and 75 deletions

View File

@ -110,15 +110,16 @@ if [ $? -eq 0 ]; then
if [ -d embyauth ]; then
docker exec -it embysim ls /system/authed.txt
if [ $? -ne 0 ]; then
#if [ $? -ne 0 ]; then
cd embyauth
touch authed.txt
docker cp -a . embysim:/system/
cd ..
docker exec -it embysim killall -9 EmbyServer
sleep 2
docker-compose up -d
fi
#docker exec -it embysim killall -9 EmbyServer
#sleep 2
#docker-compose up -d
docker restart embysim
#fi
fi
else