make use of the home_sme_server() function

This commit is contained in:
Daniel Hansson 2022-02-03 23:37:30 +01:00 committed by GitHub
parent b70c2932d8
commit 2e5d32d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,9 @@ elif [ "$SYSVENDOR" == "DigitalOcean" ];
then
SYSNAME="DigitalOcean"
DEVTYPE=sda
elif [ "$SYSVENDOR" == "Intel(R) Client Systems" ];
elif home_sme_server
then
SYSNAME="Intel-NUC"
SYSNAME="Nextcloud Home/SME Server"
DEVTYPE=sda
elif [ "$SYSVENDOR" == "UpCloud" ];
then