Unverified Commit 0d769a23 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Return

parent 6ba60a49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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