更新文件: rclonemount.sh, runembysim.sh, nginx/conf.d/emby.conf, nginx/conf.d/externalUrl.js

This commit is contained in:
ZJP Monitor
2025-07-29 00:02:10 +08:00
parent 28a03a58d9
commit ee435e6fd0
4 changed files with 33 additions and 9 deletions

View File

@ -19,6 +19,7 @@ progdir=$(pwd)
num=$(mount |grep "/external"|wc -l)
if [ $num -lt 1 ]; then
mkdir -p external >/dev/null 2>&1
mkdir -p emby.external >/dev/null 2>&1
mount -o bind,shared emby.external external
echo "mount emby.external to external to mark shared"
fi