blockcheck.sh : make suggestion if bins are absent

This commit is contained in:
bol-van 2021-12-12 16:06:04 +03:00
parent 28cfe87224
commit 05b013b74b

View File

@ -156,7 +156,7 @@ check_prerequisites()
[ -x "$PKTWS" ] && [ -x "$TPWS" ] && [ -x "$MDIG" ] || {
echo $PKTWS or $TPWS or $MDIG is not available. run $ZAPRET_BASE/install_bin.sh
echo $PKTWS or $TPWS or $MDIG is not available. run $ZAPRET_BASE/install_bin.sh or make -C \"$ZAPRET_BASE\"
exitp 6
}