mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed Linux interactive installer.
This commit is contained in:
parent
1c6967f83d
commit
7c65186892
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,9 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
var s = null, msh = {}, buttons = ['Cancel'], skip = false;
|
||||
// The folloing line just below with 'msh=' needs to stay exactly like this since MeshCentral will replace it with the correct settings.
|
||||
var msh = {};
|
||||
var s = null, buttons = ['Cancel'], skip = false;
|
||||
try { s = require('service-manager').manager.getService('meshagent'); } catch (e) { }
|
||||
|
||||
function _install(parms) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue