Remove unused var

This commit is contained in:
Dennis ten Hoove 2023-11-18 02:45:33 +00:00
parent c2acad0d72
commit 989ccb0a10

2
arkdep
View file

@ -338,7 +338,7 @@ deploy () {
printf "\e[1;34m-->\e[0m\e[1m Validating integrity\e[0m\n"
sha1sum "$(readlink -m $arkdep_dir/cache/${data[0]}.tar.${data[1]})" |
grep "${data[2]}" ||
cleanup_and_quit "Checksum does not match repo file, got $chksum\e[0m\n"
cleanup_and_quit "Checksum does not match the one defined in database\e[0m\n"
# Extract the root image if not yet extracted
printf "\e[1;34m-->\e[0m\e[1m Writing root\e[0m\n"