From f1d0ba7f91486b8ff25fda7743103cb78727ab7a Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 9 Jan 2020 19:39:58 +0000 Subject: [PATCH] RTL update to post v0.6.0 fix --- home.admin/config.scripts/bonus.rtl.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.rtl.sh b/home.admin/config.scripts/bonus.rtl.sh index eabe69c01..8585303cd 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -40,7 +40,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then rm -r /home/admin/RTL 2>/dev/null git clone https://github.com/ShahanaFarooqui/RTL.git /home/admin/RTL cd /home/admin/RTL - git reset --hard v0.5.4 + # git reset --hard v0.5.4 + # from https://github.com/Ride-The-Lightning/RTL/commits/master + git checkout 917feebfa4fb583360c140e817c266649307ef72 # check if node_modles exists now if [ -d "/home/admin/RTL" ]; then echo "OK - RTL code copy looks good"