Skip to content
Snippets Groups Projects
Commit 78bc2a30 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix php-fpm systemd unit detection

parent e010368b
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
# yamllint disable rule:line-length
shell: |
set -o pipefail
systemctl show --state=loaded --type=service --property=Id --value php-fpm@\* | cut -d@ -f2 | cut -d. -f1
systemctl show --state=loaded --type=service --property=Id --value php-fpm@\* | grep -v '^$' | cut -d@ -f2 | cut -d. -f1
args:
executable: /bin/bash
# yamllint enable rule:line-length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment