Skip to content

Commit

Permalink
Minor Refactor change to error msg text
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotnbr1 authored Jan 28, 2019
1 parent 9c9495b commit bfad383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RemoteSettings/RemoteSettingsWFBC_UDP_Air.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ if [ -e "/tmp/settings.sh" ]; then
if [ "$?" == "0" ]; then
source /tmp/settings.sh
else
echo "ERROR: wifobroadcast config file contains syntax error(s)!"
echo "ERROR: openhd settings file contains syntax error(s)!"
collect_errorlog
sleep 365d
fi else
echo "ERROR: wifobroadcast config file not found!"
echo "ERROR: openhd settings file not found!"
collect_errorlog
sleep 365d
fi
Expand Down

0 comments on commit bfad383

Please sign in to comment.