update RDC code
This commit is contained in:
parent
26236bf041
commit
52c6663e3a
|
@ -64,6 +64,7 @@ if (( ${#non_ok[@]} != 0 )); then
|
||||||
>&2 echo " From which, these are missing:"
|
>&2 echo " From which, these are missing:"
|
||||||
>&2 echo " > $non_ok"
|
>&2 echo " > $non_ok"
|
||||||
>&2 echo "Make sure that those are installed and are present in \$PATH."
|
>&2 echo "Make sure that those are installed and are present in \$PATH."
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
unset non_ok
|
unset non_ok
|
||||||
|
@ -75,4 +76,4 @@ curl https://url.com
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[website's source code available here](https://git.blek.codes/blek/bshchk.web)
|
[website's source code available here](https://git.blek.codes/blek/bshchk.web)
|
||||||
|
|
Loading…
Reference in New Issue