parent
bd91d87542
commit
79195866d1
1 changed files with 1 additions and 1 deletions
2
spcd.sh
2
spcd.sh
|
@ -708,7 +708,7 @@ ${spcd_ipm__url}
|
|||
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
|
||||
if [ -f "${spcd_ipm__script}" ]; then
|
||||
spcd_ipm__file="${spcd_ipm__root}/spcd.sh"
|
||||
echo "${SPCD}" > "${spcd_ipm__file}"
|
||||
echo "${SPCD}" | tr -d "\r" > "${spcd_ipm__file}"
|
||||
ls -l "${spcd_ipm__file}"
|
||||
sha256sum "${spcd_ipm__file}"
|
||||
sha256sum "${spcd_ipm__script}"
|
||||
|
|
Loading…
Reference in a new issue