From b797add90d2fc91f772086e01620f86ef9f0fc0b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 23 Sep 2023 16:16:13 +0200 Subject: [PATCH] Modify shebang header for Mercury JS script. The RPM build process wants an absolute path. --- platypush/plugins/http/webpage/mercury-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/http/webpage/mercury-parser.js b/platypush/plugins/http/webpage/mercury-parser.js index adf7cc40..d05c8a8f 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)