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