diff --git a/platypush/plugins/http/webpage/mercury-parser.js b/platypush/plugins/http/webpage/mercury-parser.js index adf7cc404..d05c8a8f0 100755 --- a/platypush/plugins/http/webpage/mercury-parser.js +++ b/platypush/plugins/http/webpage/mercury-parser.js @@ -1,4 +1,4 @@ -#!node +#!/usr/bin/node // This script will parse the content and title of a webpage using the // mercury-parser JavaScript library (https://github.com/postlight/mercury-parser)