mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 17:07:58 +08:00
Return
This commit is contained in:
parent
c148cfee95
commit
59e873c338
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user