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

remove pipe

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