Skip to content

Commit

Permalink
Remove useless option
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 15, 2024
1 parent a9429ff commit eea2f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/checkservices
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ argparse() {
S) STATUS=0;; s) STATUS=1;;
U) USER_SLICE=0;; u) USER_SLICE=1;;
Z) SERIALIZE=0;; z) SERIALIZE=1;;
i|ignore) shift $((OPTIND-1))
i) shift $((OPTIND-1))
while [[ "$1" != "" && "$1" != -* && "$1" == *.service ]]; do
IGNORED_SERVICES+=("$1")
shift
Expand Down

0 comments on commit eea2f05

Please sign in to comment.