Skip to content
Snippets Groups Projects
Commit 625c25b8 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-docs' into 'master'

fix output in status line

See merge request !272
parents 8de2cd02 0b7eda12
Branches
No related tags found
1 merge request!272fix output in status line
...@@ -107,7 +107,7 @@ function checkDrive(){ ...@@ -107,7 +107,7 @@ function checkDrive(){
sLabel="^SMART.*Health" sLabel="^SMART.*Health"
sOK="(ok|passed)" sOK="(ok|passed)"
test -n "$sOut" && sOut="$sOut ; " test -n "$sOut" && sOut="$sOut ; "
sOut="${device}:" sOut="${sOut}${device}:"
ls -ld $device >/dev/null 2>&1 ls -ld $device >/dev/null 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment