mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-13 03:21:50 +00:00
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
520846d8a3
1 changed files with 9 additions and 1 deletions
|
@ -75,7 +75,15 @@ CheckInstallAgent() {
|
|||
machineid=30
|
||||
else
|
||||
# Linux x86, 64 bit
|
||||
machineid=6
|
||||
bitlen=$( getconf LONG_BIT )
|
||||
if [ $bitlen == '32' ]
|
||||
then
|
||||
# 32 bit OS
|
||||
machineid=5
|
||||
else
|
||||
# 64 bit OS
|
||||
machineid=6
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if [ $machinetype == 'x86' ] || [ $machinetype == 'i686' ] || [ $machinetype == 'i586' ]
|
||||
|
|
Loading…
Reference in a new issue