dump error meaasge

This commit is contained in:
rootzoll
2018-11-04 01:05:22 +01:00
parent fba24b4c9e
commit 88f78b2c0d

View File

@@ -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