mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
blockcheck.sh : make suggestion if bins are absent
This commit is contained in:
parent
28cfe87224
commit
05b013b74b
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user