bootstrap.sh
This commit is contained in:
parent
82ac82da2f
commit
03cde379b7
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ spcd_install_python_modules() {
|
||||||
spcd_ipm__path="$(spcd_python_pip "${SPCD_GIT_MAIN}")"
|
spcd_ipm__path="$(spcd_python_pip "${SPCD_GIT_MAIN}")"
|
||||||
# check matching of file and variable
|
# check matching of file and variable
|
||||||
spcd_step "Check"
|
spcd_step "Check"
|
||||||
spcd_ipm__script="${spcd_ipm__path}/main.sh"
|
spcd_ipm__script="${spcd_ipm__path}/bootstrap.sh"
|
||||||
ls -l "${spcd_ipm__script}"
|
ls -l "${spcd_ipm__script}"
|
||||||
spcd_ipm__check="${spcd_ipm__script}.${SPCD_CMD_SUM}"
|
spcd_ipm__check="${spcd_ipm__script}.${SPCD_CMD_SUM}"
|
||||||
"${SPCD_CMD_SUM}" "${spcd_ipm__script}" >"${spcd_ipm__check}"
|
"${SPCD_CMD_SUM}" "${spcd_ipm__script}" >"${spcd_ipm__check}"
|
Loading…
Reference in a new issue