This commit is contained in:
Kroese 2023-04-17 16:51:46 +02:00 committed by GitHub
parent c148cfee95
commit 59e873c338

View File

@ -38,6 +38,7 @@ function downloadUpdate {
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