diff --git a/node-phantom-simple.js b/node-phantom-simple.js index 24d0ab6..00b2580 100644 --- a/node-phantom-simple.js +++ b/node-phantom-simple.js @@ -203,7 +203,7 @@ exports.create = function (options, callback) { // between versions. // - `ss` can exist but fail in some env (#76). // - cmd = 'ss -nlp | grep "[,=]%d," || netstat -nlp | grep "[[:space:]]%d/"'; + cmd = 'netstat -nlp | grep "[[:space:]]%d/"'; break; case 'darwin':