Ignore unused variable shellcheck warning

This commit is contained in:
Amin Vakil 2022-01-10 17:44:10 +03:30
parent 1eb5d3f754
commit 839d652778
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ pre_check () {
dir=${dirs[$((i++))]}
# shellcheck disable=SC2034
dir_mount_map[$dir]=$mount
mount_avail_map[$mount]=${avail%M}
(( mount_space_map[$mount]+=dir_space_map[$dir] ))