Skip to content
Snippets Groups Projects

remove pipe

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading