mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
dump error meaasge
This commit is contained in:
@@ -114,7 +114,7 @@ fi
|
||||
|
||||
# check if RTL web interface is installed
|
||||
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
|
||||
webinterfaceInfo="web admin --> ${color_green}http://${local_ip}:3000"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user