mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +02:00
LiT: update RTL on the end of install for Loop
This commit is contained in:
@@ -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'"
|
echo "# OK - the litd.service is enabled, to start manually use: 'sudo systemctl start litd'"
|
||||||
fi
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user