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