Shellcheck

This commit is contained in:
Kroese 2023-04-21 06:34:59 +02:00 committed by GitHub
parent b728eb7515
commit 5adf8ee45f

View File

@ -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