mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 04:43:10 +02:00
dump error meaasge
This commit is contained in:
@@ -114,7 +114,7 @@ fi
|
|||||||
|
|
||||||
# check if RTL web interface is installed
|
# check if RTL web interface is installed
|
||||||
webinterfaceInfo=""
|
webinterfaceInfo=""
|
||||||
runningRTL=$(sudo ls /etc/systemd/system/RTL.service | grep -c 'RTL.service')
|
runningRTL=$(sudo ls /etc/systemd/system/RTL.service 2>/dev/null | grep -c 'RTL.service')
|
||||||
if [ ${runningRTL} -eq 1 ]; then
|
if [ ${runningRTL} -eq 1 ]; then
|
||||||
webinterfaceInfo="web admin --> ${color_green}http://${local_ip}:3000"
|
webinterfaceInfo="web admin --> ${color_green}http://${local_ip}:3000"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user