更新文件: runwebdavsim.sh, install.sh, runembysim.sh, embysim.tar.xz, tailembysimlog.sh
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user