diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/systemctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/systemctl b/scripts/systemctl index ae9ef41..aadf764 100755 --- a/scripts/systemctl +++ b/scripts/systemctl @@ -29,7 +29,7 @@ one_fail= cmpop="${op##*-}" for service in "$@"; do ok= - [[ "$op" =~ ^(is-active|status|cat|journal)$ ]] && ok=1 + [[ "$op" =~ ^(is-active|status|cat|show|journal)$ ]] && ok=1 str="${service%.service}" noa="${str%%@*}" [[ "$noa" != "$str" ]] && str="${noa}@" |