Updated to add support for FreeBSD

Bryan Roe committed Jul 22, 2019 at 17:26 UTC 35138d630ff67247238be25e0c8d9d7a18bc2d2e
1 file changed +2 -1
meshcentral.js
+2 -1
@@ -1397,7 +1397,8 @@ function CreateMeshCentralServer(config, args) {
1397 // List of possible mesh agent install scripts
1398 var meshAgentsInstallScriptList = {
1399 1: { id: 1, localname: 'meshinstall-linux.sh', rname: 'meshinstall.sh', linux: true },
1400 - 2: { id: 2, localname: 'meshinstall-initd.sh', rname: 'meshagent', linux: true }
1400 + 2: { id: 2, localname: 'meshinstall-initd.sh', rname: 'meshagent', linux: true },
1401 + 5: { id: 5, localname: 'meshinstall-bsd-rcd.sh', rname: 'meshagent', linux: true }
1402 };
1403
1404 // Update the list of available mesh agents