Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2022-02-04 01:37:30 +0300
committerGitHub <noreply@github.com>2022-02-04 01:37:30 +0300
commit2e5d32d54391fc921fc901fde9b856dc456fc9a0 (patch)
treefd809b102de478e700b2484c965ffc455898e006 /disk
parentb70c2932d81ed0f069099812ceaff8b444e96c7b (diff)
make use of the home_sme_server() function
Diffstat (limited to 'disk')
-rw-r--r--disk/format-sdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk/format-sdb.sh b/disk/format-sdb.sh
index 85a2d9e8..a79d5663 100644
--- a/disk/format-sdb.sh
+++ b/disk/format-sdb.sh
@@ -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