Merge to implement latest changes #1

Merged
MonkWho merged 33 commits from master into master 2020-05-03 02:30:07 +05:30
Showing only changes of commit e378f2f3aa - Show all commits

View file

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