Make sanity failure message more visible

This commit is contained in:
Michael Vines
2018-12-23 17:30:59 -08:00
parent 073a48ab85
commit 95c9fefbd0

View File

@@ -282,8 +282,7 @@ sanity-or-restart)
if sanity; then
echo Pass
else
echo "Sanity failed, restarting the network"
echo "^^^ +++"
echo "+++ Sanity failed, restarting the network"
start
fi
;;