mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
Shellcheck
This commit is contained in:
parent
b728eb7515
commit
5adf8ee45f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user