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

Merge branch '6745-extend-unit-check' into 'master'

remove pipe

See merge request !201
parents 55caca63 ba584320
No related branches found
No related tags found
1 merge request!201remove pipe
......@@ -53,7 +53,7 @@ echo
if [ -d "${dir_checks}" ]; then
_section "Services"
cd "${dir_checks}"
ls -1 Service-* | cut -f 2- -d "-" |
ls -1 Service-* | cut -f 2- -d "-"
cd - >/dev/null 2>&1
echo
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment