From b4f457e43ca477e88bff20b9d8958cc5ae7255dc Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 30 Jul 2019 23:57:24 +0200 Subject: [PATCH] fix directory independence on RTL install --- 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 2b0629e..ea0d9b3 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -98,7 +98,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then # download source code and set to tag release echo "*** Get the RTL Source Code ***" rm -r ./RTL 2>/dev/null - git clone https://github.com/ShahanaFarooqui/RTL.git + git clone https://github.com/ShahanaFarooqui/RTL.git /home/admin/RTL cd RTL git reset --hard v0.4.2 # check if node_modles exists now