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

Merge branch '5419-update-check-packages2install' into 'master'

remove pipe in status line

See merge request !27
parents 194f02be cd515d30
Branches
No related tags found
1 merge request!27remove pipe in status line
......@@ -36,6 +36,7 @@
# 2021-01-22 v1.1 <axel.hahn@iml.unibe.ch> add status [no access]
# 2021-04-07 v1.2 <axel.hahn@iml.unibe.ch> update message if sudo smartctl -H fails
# 2021-10-28 v1.3 <axel.hahn@iml.unibe.ch> detect -d param for smartctl
# 2022-07-08 v1.4 <axel.hahn@iml.unibe.ch> remove pipe in status line
# ======================================================================
......@@ -73,7 +74,7 @@ function checkDrive(){
sLabel="^SMART.*Health"
sOK="(ok|passed)"
sOut="$sOut | ${device}:"
sOut="$sOut ; ${device}:"
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