Unverified Commit 7a01ffbe authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Shellcheck

parent 1b457da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ function downloadUpdate {

  [[ "$remote_size" == "" || "$remote_size" == "0" ]] && return

  SCRIPT=$(readlink -f ${BASH_SOURCE[0]})
  SCRIPT=$(readlink -f "${BASH_SOURCE[0]}")
  local_size=$(stat -c%s "$SCRIPT")

  [[ remote_size -eq local_size ]] && return