data.2 not data.3
This commit is contained in:
parent
8de41a26ab
commit
c2acad0d72
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -337,7 +337,7 @@ deploy () {
|
||||||
|
|
||||||
printf "\e[1;34m-->\e[0m\e[1m Validating integrity\e[0m\n"
|
printf "\e[1;34m-->\e[0m\e[1m Validating integrity\e[0m\n"
|
||||||
sha1sum "$(readlink -m $arkdep_dir/cache/${data[0]}.tar.${data[1]})" |
|
sha1sum "$(readlink -m $arkdep_dir/cache/${data[0]}.tar.${data[1]})" |
|
||||||
grep "${data[3]}" ||
|
grep "${data[2]}" ||
|
||||||
cleanup_and_quit "Checksum does not match repo file, got $chksum\e[0m\n"
|
cleanup_and_quit "Checksum does not match repo file, got $chksum\e[0m\n"
|
||||||
|
|
||||||
# Extract the root image if not yet extracted
|
# Extract the root image if not yet extracted
|
||||||
|
|
Loading…
Add table
Reference in a new issue