mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
higher ftp timeout
This commit is contained in:
@@ -28,7 +28,7 @@ fi
|
|||||||
name="Download"
|
name="Download"
|
||||||
targetDir="/mnt/hdd/download/"
|
targetDir="/mnt/hdd/download/"
|
||||||
targetSize=$size
|
targetSize=$size
|
||||||
maxTimeoutLoops=10000
|
maxTimeoutLoops=100000
|
||||||
command="sudo wget -c -r -P ${targetDir} -q --show-progress ${url}"
|
command="sudo wget -c -r -P ${targetDir} -q --show-progress ${url}"
|
||||||
|
|
||||||
# starting session if needed
|
# starting session if needed
|
||||||
@@ -97,7 +97,7 @@ while :
|
|||||||
echo "Its OK to close terminal now and SSH back in later."
|
echo "Its OK to close terminal now and SSH back in later."
|
||||||
echo "****************************************************"
|
echo "****************************************************"
|
||||||
screen -S ${name} -X hardcopy .${name}.out
|
screen -S ${name} -X hardcopy .${name}.out
|
||||||
newScreenDump=$(cat .Download.out | grep . | tail -10)
|
newScreenDump=$(cat .Download.out | grep . | tail -8)
|
||||||
if [ ${#newScreenDump} -gt 0 ]; then
|
if [ ${#newScreenDump} -gt 0 ]; then
|
||||||
screenDump=$newScreenDump
|
screenDump=$newScreenDump
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user