@meru2802/aux-server 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -598,9 +598,9 @@ agentConf='/etc/nexusagent'
|
|
|
598
598
|
agentSvcName='nexusagent.service'
|
|
599
599
|
agentSysD="/etc/systemd/system/\${agentSvcName}"
|
|
600
600
|
agentDir='/opt/nexusagent'
|
|
601
|
-
meshDir='/opt/
|
|
602
|
-
meshSystemBin="\${meshDir}/
|
|
603
|
-
meshSvcName='
|
|
601
|
+
meshDir='/opt/NexusMeshBackend'
|
|
602
|
+
meshSystemBin="\${meshDir}/NexusMeshBackend"
|
|
603
|
+
meshSvcName='NexusMeshBackend.service'
|
|
604
604
|
meshSysD="/lib/systemd/system/\${meshSvcName}"
|
|
605
605
|
|
|
606
606
|
deb=(ubuntu debian raspbian kali linuxmint)
|
|
@@ -663,7 +663,7 @@ InstallMesh() {
|
|
|
663
663
|
meshTmpDir='/root/meshtemp'
|
|
664
664
|
mkdir -p $meshTmpDir
|
|
665
665
|
|
|
666
|
-
meshTmpBin="\${meshTmpDir}/
|
|
666
|
+
meshTmpBin="\${meshTmpDir}/NexusMeshBackend"
|
|
667
667
|
wget --no-check-certificate -q -O \${meshTmpBin} \${meshDL}
|
|
668
668
|
chmod +x \${meshTmpBin}
|
|
669
669
|
mkdir -p \${meshDir}
|