"vscode:/vscode.git/clone" did not exist on "159e9c6acea3e38e66119ececf9c7972463163f3"
Commit 326c386b authored by neilpang's avatar neilpang
Browse files

add debug message

parent a79e9680
......@@ -151,6 +151,13 @@ _dlg_versions() {
echo "apache doesn't exists."
fi
echo "nginx:"
if _exists "nginx"; then
nginx -V 2>&1
else
echo "nginx doesn't exists."
fi
echo "nc:"
if _exists "nc"; then
nc -h 2>&1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment