add check for 5 TB as well
This commit is contained in:
Родитель
3c028e81d1
Коммит
07b570813f
2
lib.sh
2
lib.sh
|
@ -981,7 +981,7 @@ if lshw -c system | grep -q NUC8i3BEH
|
|||
then
|
||||
if lshw -c memory | grep -q BLS16G4
|
||||
then
|
||||
if lshw -c disk | grep -q ST2000LM015-2E81
|
||||
if lshw -c disk | grep -q ST2000LM015-2E81 || lshw -c disk | grep -q ST5000LM015-2E81
|
||||
then
|
||||
NEXTCLOUDHOMESME=yes-this-is-the-home-sme-server
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче