mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-06 16:37:28 +08:00
Shellcheck
This commit is contained in:
parent
b728eb7515
commit
5adf8ee45f
@ -42,7 +42,7 @@ function downloadUpdate {
|
|||||||
|
|
||||||
[[ "$remote_size" == "" || "$remote_size" == "0" ]] && return
|
[[ "$remote_size" == "" || "$remote_size" == "0" ]] && return
|
||||||
|
|
||||||
SCRIPT=$(readlink -f ${BASH_SOURCE[0]})
|
SCRIPT=$(readlink -f "${BASH_SOURCE[0]}")
|
||||||
local_size=$(stat -c%s "$SCRIPT")
|
local_size=$(stat -c%s "$SCRIPT")
|
||||||
|
|
||||||
[[ remote_size -eq local_size ]] && return
|
[[ remote_size -eq local_size ]] && return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user