Browse Source

fix shellcheck

__download_improvements
ander 2 years ago
parent
commit
60753ddfcc
No known key found for this signature in database
GPG Key ID: A2971E562D618F3
  1. 1
      cdist/conf/type/__download/explorer/state

1
cdist/conf/type/__download/explorer/state vendored

@ -28,6 +28,7 @@ fi
sum_cmd="$( "$__type_explorer/remote_cmd_sum" )"
# shellcheck disable=SC2059
sum_is="$( eval "$( printf "$sum_cmd" "'$dst'" )" )"
if [ -z "$sum_is" ]

Loading…
Cancel
Save