From e5af3d80d71e9cbf7c0fb2653c2a9ca891b15a15 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 31 Jul 2019 00:05:33 +0200 Subject: [PATCH] directiory full path --- 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 771aacb..35d4fe4 100755 --- a/home.admin/config.scripts/bonus.rtl.sh +++ b/home.admin/config.scripts/bonus.rtl.sh @@ -99,7 +99,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then echo "*** Get the RTL Source Code ***" rm -r /home/admin/RTL 2>/dev/null git clone https://github.com/ShahanaFarooqui/RTL.git /home/admin/RTL - cd RTL + cd /home/admin/RTL git reset --hard v0.4.2 # check if node_modles exists now if [ -d "/home/admin/RTL" ]; then