Browse Source

blockcheck: curl version display

pull/1575/head
bol-van 2 months ago
parent
commit
34ff4630bf
  1. 2
      blockcheck.sh

2
blockcheck.sh

@ -403,6 +403,8 @@ check_system()
esac
echo $UNAME${SUBSYS:+/$SUBSYS} detected
echo firewall type is $FWTYPE
echo CURL=${CURL:-curl}
${CURL:-curl} --version
}
zp_already_running()

Loading…
Cancel
Save