File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ io.on('connection', function(socket){
5757 ///////////////////////////
5858 // When dashboard info is requested send to client
5959 socket . on ( 'getdash' , function ( ) {
60- var tftpcmd = '/usr/sbin/dnsmasq --version | head -n1 | cut -d ' ' -f 1-3 ';
60+ var tftpcmd = '/usr/sbin/dnsmasq --version | head -n1' ;
6161 var nginxcmd = '/usr/sbin/nginx -v' ;
6262 var dashinfo = { } ;
6363 dashinfo [ 'webversion' ] = version ;
@@ -358,4 +358,4 @@ if (!Number.isInteger(Number(port)) || port < 1 || port > 65535) {
358358
359359http . listen ( port , function ( ) {
360360 console . log ( 'listening on *:' + port ) ;
361- } ) ;
361+ } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " WebApp" ,
3- "version" : " 0.7.2 " ,
3+ "version" : " 0.7.3 " ,
44 "description" : " Configuration and mirroring application for netboot.xyz stack" ,
55 "main" : " app.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments