This commit is contained in:
parent
5848348afd
commit
43dd22ff9c
1 changed files with 1 additions and 1 deletions
2
spcd.sh
2
spcd.sh
|
@ -705,7 +705,7 @@ ${spcd_ipm__url}
|
|||
"${spcd_ipm__url}" \
|
||||
"${spcd_ipm__root}/${spcd_ipm__name}" ||
|
||||
exit
|
||||
spcd_ipm__script="${spcd_ipm__root}/spcd.sh"
|
||||
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
|
||||
if [ -f "${spcd_ipm__script}" ]; then
|
||||
echo "${SPCD}" | sha256sum
|
||||
sha256sum "${spcd_ipm__script}"
|
||||
|
|
Loading…
Reference in a new issue