更新文件: README.txt, system.xml, runwebdavsim.sh, rclonemount.sh, install.sh 等7个文件

This commit is contained in:
ZJP Monitor
2025-07-04 07:09:59 +08:00
parent 6e5d3ed2ad
commit 05f15727c5
7 changed files with 110 additions and 23 deletions

View File

@ -22,10 +22,10 @@ if [ "$SELFIP" == "" ]; then
echo "DETECT SELF IP:${SELFIP}, if this is not correct, change SELFIP to your real ip"
fi
#rm -rf tmp
#mkdir tmp
#chmod 777 tmp
#export TMPDIR=tmp
rm -rf tmp
mkdir tmp
chmod 777 tmp
export TMPDIR=tmp
unset LD_PRELOAD
machine=$(uname -m)
if [[ "$machine" == *"arm"* || "$machine" == *"aarch"* ]]; then