From a5e44559b728089df5c3599b6c105bc6a0446916 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Thu, 17 Nov 2016 21:20:50 +0100 Subject: [PATCH] Added tool to fix script IP --- fixscriptip.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fixscriptip.sh diff --git a/fixscriptip.sh b/fixscriptip.sh new file mode 100644 index 0000000..2749c99 --- /dev/null +++ b/fixscriptip.sh @@ -0,0 +1,2 @@ +#!/bin/sh +sed -i 's/127\.0\.0\.1:5000/130\.237\.3\.207/g' script.js \ No newline at end of file