summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-26 12:04:04 +0100
committerSimon Rettberg2019-11-26 12:04:04 +0100
commit42cdc00393d49a6ec6df745560ee2da8526de307 (patch)
treecc2bae54499a6128747f30a54eb6b1ed8bf2cfd8 /core
parent[etherwake] Replace etherwake by jawol (diff)
downloadmltk-42cdc00393d49a6ec6df745560ee2da8526de307.tar.gz
mltk-42cdc00393d49a6ec6df745560ee2da8526de307.tar.xz
mltk-42cdc00393d49a6ec6df745560ee2da8526de307.zip
[hardware-stats] Fix whitespace
Diffstat (limited to 'core')
-rwxr-xr-xcore/modules/hardware-stats/data/opt/openslx/system-check/hooks.d/50-hardware-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/hardware-stats/data/opt/openslx/system-check/hooks.d/50-hardware-report b/core/modules/hardware-stats/data/opt/openslx/system-check/hooks.d/50-hardware-report
index 4510bfe4..dcb35ac2 100755
--- a/core/modules/hardware-stats/data/opt/openslx/system-check/hooks.d/50-hardware-report
+++ b/core/modules/hardware-stats/data/opt/openslx/system-check/hooks.d/50-hardware-report
@@ -43,7 +43,7 @@ report_hardware_info() {
# Combine manufacturer and model name (for displaying purposes)
local model="$HW_MODEL"
if [ "$HW_MANUF" != "Unknown" ]; then
- model="$model ($HW_MANUF)"
+ model="$model ($HW_MANUF)"
fi
# just assume the uuid/mac dumped are valid here (its checked often enough :))
echo -n "Submitting to '$SLX_REMOTE_LOG' ... "