clean up log message

This commit is contained in:
aus 2018-12-26 22:54:59 -06:00 committed by GitHub
parent acebc9b9bd
commit e378f2f3aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,12 +71,11 @@ getTimestamp(){
/usr/sbin/ngctl rmhook waneapfilter: nomatch
echo "OK!"
echo "$(getTimestamp) enabling interfaces..."
echo -n "$(getTimestamp) $RG_IF ... "
echo -n "$(getTimestamp) enabling $RG_IF interface... "
/sbin/ifconfig $RG_IF up
echo "OK!"
echo -n "$(getTimestamp) $ONT_IF ... "
echo -n "$(getTimestamp) enabling $ONT_IF interface... "
/sbin/ifconfig $ONT_IF up
echo "OK!"