From 7851a58a583e751b13798282c5e67c7a5196e8c0 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Tue, 19 Apr 2022 03:58:41 +0000 Subject: [PATCH] Update URLs --- etc/frontview/support/rr4360psu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/frontview/support/rr4360psu.sh b/etc/frontview/support/rr4360psu.sh index 6adb2b5..069467f 100755 --- a/etc/frontview/support/rr4360psu.sh +++ b/etc/frontview/support/rr4360psu.sh @@ -2,8 +2,8 @@ # description: RR4360 PSU fix # Runs for 10 attempts to try resolve PSU failure messages -get_inb="http://ntgr.support/tools/inb" -get_outb="http://ntgr.support/tools/outb" +get_inb="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/frontview/support/inb" +get_outb="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/frontview/support/outb" inb="/etc/frontview/support/inb" outb="/etc/frontview/support/outb" attempts=0 @@ -69,4 +69,4 @@ else fi } get_tools -check_problem \ No newline at end of file +check_problem