bluecell296
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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.16 |
|
|
|
git reset --hard v0.3.1 |
|
|
|
# check if node_modles exists now |
|
|
|
if [ -d "/home/admin/RTL" ]; then |
|
|
|
echo "OK - RTL code copy looks good" |
|
|
@ -134,4 +134,4 @@ fi |
|
|
|
|
|
|
|
echo "FAIL - Unknown Paramter $1" |
|
|
|
echo "may needs reboot to run normal again" |
|
|
|
exit 1 |
|
|
|
exit 1 |
|
|
|