Browse Source

blockcheck: curl version display

pull/1575/head
bol-van 2 months ago
parent
commit
0738d3980f
  1. 4
      blockcheck.sh

4
blockcheck.sh

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

Loading…
Cancel
Save