From cfeee4e8913416b50659bee7e85d361038d8fbb9 Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Sat, 11 May 2019 06:16:39 +0100 Subject: [PATCH] update to RTL v0.3.1 --- home.admin/config.scripts/bonus.rtl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index 799bba6..db9be44 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -51,7 +51,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then echo "*** Get the RTL Source Code ***" git clone https://github.com/ShahanaFarooqui/RTL.git cd RTL - git reset --hard v0.2.16 + git reset --hard v0.3.1 # check if node_modles exists now if [ -d "/home/admin/RTL" ]; then echo "OK - RTL code copy looks good" @@ -134,4 +134,4 @@ fi echo "FAIL - Unknown Paramter $1" echo "may needs reboot to run normal again" -exit 1 \ No newline at end of file +exit 1