reset to RTL v0.3.0 due to login bug in v0.3.1

This commit is contained in:
openoms 2019-05-12 12:45:17 +01:00
parent 8ec42c9273
commit 3e2e864745

View file

@ -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.3.1
git reset --hard v0.3.0
# check if node_modles exists now
if [ -d "/home/admin/RTL" ]; then
echo "OK - RTL code copy looks good"