Merge branch 'CleanupTunnel' into develop

Merge basic fixes into mainline related to tunnels
This commit is contained in:
Conrad Lara - KG6JEI 2015-05-10 14:51:44 -07:00
commit cfceb24588
3 changed files with 4 additions and 2 deletions

0
files/etc/init.d/vtund Normal file → Executable file
View File

View File

@ -294,6 +294,7 @@ show_debug_info();
#################
# close the html
#################
page_footer();
print "</body></html>\n";
exit;
@ -486,4 +487,4 @@ sub DEBUGEXIT()
print $text;
print "</body>";
exit;
}
}

View File

@ -275,6 +275,7 @@ show_debug_info();
#################
# close the html
#################
page_footer();
print "</body></html>\n";
exit;
@ -434,4 +435,4 @@ sub DEBUGEXIT()
print $text;
print "]</body>";
exit;
}
}