From c2ac8b1c897689faf42e9f105df992fec8e4ce39 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 8 Apr 2019 18:39:42 +0100 Subject: [PATCH] RTL update to 0.2.16 --- 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 5e2b77d..bd51758 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.15 + git reset --hard v0.2.16 # check if node_modles exists now if [ -d "/home/admin/RTL" ]; then echo "OK - RTL code copy looks good"