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

remove pipe

parent 4866d634
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