script bytes
This commit is contained in:
parent
43dd22ff9c
commit
b387226618
1 changed files with 2 additions and 1 deletions
3
spcd.sh
3
spcd.sh
|
@ -707,7 +707,8 @@ ${spcd_ipm__url}
|
||||||
exit
|
exit
|
||||||
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
|
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
|
||||||
if [ -f "${spcd_ipm__script}" ]; then
|
if [ -f "${spcd_ipm__script}" ]; then
|
||||||
echo "${SPCD}" | sha256sum
|
echo -n "${SPCD}" | sha256sum
|
||||||
|
echo -n "${SPCD}" | wc --bytes
|
||||||
sha256sum "${spcd_ipm__script}"
|
sha256sum "${spcd_ipm__script}"
|
||||||
fi
|
fi
|
||||||
spcd_ipm__path="${spcd_ipm__root}/${spcd_ipm__name}/${spcd_ipm__name}"
|
spcd_ipm__path="${spcd_ipm__root}/${spcd_ipm__name}/${spcd_ipm__name}"
|
||||||
|
|
Loading…
Reference in a new issue