LiT: update RTL on the end of install for Loop

This commit is contained in:
openoms 2021-04-08 20:23:34 +01:00
parent be6e9bbbc9
commit 172bb54e6d
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -334,6 +334,11 @@ alias lit-frcli=\"frcli --rpcserver=localhost:8443 \
echo "# OK - the litd.service is enabled, to start manually use: 'sudo systemctl start litd'"
fi
# make Loop work with RTL if installed (update will run configRTL)
if [ ${#rtlWebinterface} -gt 0 ]&&[ ${rtlWebinterface} = on ];then
/home/admin/config.scripts/bonus.rtl.sh update
fi
exit 0
fi