add check for 5 TB as well

This commit is contained in:
Daniel Hansson 2020-01-10 18:54:20 +01:00 committed by GitHub
parent 3c028e81d1
commit 07b570813f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -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