更新文件: runwebdavsim.sh, install.sh, runembysim.sh, embysim.tar.xz, tailembysimlog.sh

This commit is contained in:
ZJP Monitor
2025-07-07 09:47:34 +08:00
parent 04a09efe0f
commit b6015e1841
5 changed files with 34 additions and 11 deletions

View File

@ -45,7 +45,7 @@ if [ $? -eq 0 ]; then
if [ $iswebdavsim -gt 0 ]; then
echo "WARN:webdavsim is running, data may be outdate."
else
echo "ERROR: $url is NOT WebDAVSim, exit"
echo "ERROR:$url is NOT WebDAVSim, exit"
exit
fi
else
@ -61,7 +61,7 @@ fi
num=$(mount |grep "/rclone.media"|wc -l)
if [ $num -gt 0 ]; then
echo "WARN: rclone.media already mounted, the webdav content may be outdate"
echo "WARN:rclone.media already mounted, the webdav content may be outdate"
else
chmod u+x rclonemount.sh
./rclonemount.sh
@ -69,7 +69,7 @@ fi
num=$(mount |grep "/rclone.media"|wc -l)
if [ $num -lt 1 ]; then
echo "ERROR: rclone not running, exit"
echo "ERROR:rclone not running, exit"
exit
fi