another commit

This commit is contained in:
2016-07-23 01:41:53 -04:00
parent 00f68ef649
commit e01794edbc
2 changed files with 3 additions and 3 deletions

1
lxc.js
View File

@ -1,6 +1,7 @@
'use strict';
var exec = require('child_process').exec;
function sysExec(command, ip, callback){
ip = ip || '104.236.77.157';
command = new Buffer(command).toString('base64')