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 0d172a1fac - Show all commits

View file

@ -72,11 +72,11 @@ getTimestamp(){
echo "OK!" echo "OK!"
echo "$(getTimestamp) enabling interfaces..." echo "$(getTimestamp) enabling interfaces..."
echo -n " $RG_IF ... " echo -n "$(getTimestamp) $RG_IF ... "
/sbin/ifconfig $RG_IF up /sbin/ifconfig $RG_IF up
echo "OK!" echo "OK!"
echo -n " $ONT_IF ... " echo -n "$(getTimestamp) $ONT_IF ... "
/sbin/ifconfig $ONT_IF up /sbin/ifconfig $ONT_IF up
echo "OK!" echo "OK!"