Merge to implement latest changes #1
1 changed files with 2 additions and 3 deletions
|
@ -71,12 +71,11 @@ getTimestamp(){
|
||||||
/usr/sbin/ngctl rmhook waneapfilter: nomatch
|
/usr/sbin/ngctl rmhook waneapfilter: nomatch
|
||||||
echo "OK!"
|
echo "OK!"
|
||||||
|
|
||||||
echo "$(getTimestamp) enabling interfaces..."
|
echo -n "$(getTimestamp) enabling $RG_IF interface... "
|
||||||
echo -n "$(getTimestamp) $RG_IF ... "
|
|
||||||
/sbin/ifconfig $RG_IF up
|
/sbin/ifconfig $RG_IF up
|
||||||
echo "OK!"
|
echo "OK!"
|
||||||
|
|
||||||
echo -n "$(getTimestamp) $ONT_IF ... "
|
echo -n "$(getTimestamp) enabling $ONT_IF interface... "
|
||||||
/sbin/ifconfig $ONT_IF up
|
/sbin/ifconfig $ONT_IF up
|
||||||
echo "OK!"
|
echo "OK!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue