From 3e2e8647456df305b7876b57e482ce11ef2e65f4 Mon Sep 17 00:00:00 2001 From: openoms Date: Sun, 12 May 2019 12:45:17 +0100 Subject: [PATCH] reset to RTL v0.3.0 due to login bug in v0.3.1 --- home.admin/config.scripts/bonus.rtl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index db9be44..a9cedd8 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.3.1 + git reset --hard v0.3.0 # check if node_modles exists now if [ -d "/home/admin/RTL" ]; then echo "OK - RTL code copy looks good"