This commit is contained in:
Kroese 2023-04-17 17:18:29 +02:00 committed by GitHub
parent 9ad0a7667c
commit cc7b1b4fc4

View File

@ -47,11 +47,6 @@ function downloadUpdate {
echo "$HEADER: curl error" && return
fi
if ! curl -s -f -k -m 3 -o "${TMP}" https://raw.githubusercontent.com/kroese/virtual-dsm/master/agent/agent.sh; then
#echo "$HEADER: curl error" && return
return
fi
if [ ! -f "${TMP}" ]; then
echo "$HEADER: update error, file not found.." && return
fi