Skip to content

Commit

Permalink
Fixed a bug in script for systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Jul 18, 2023
1 parent 081c2de commit 8b36846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutils/chmpx-service-helper
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ wait_process_up()
if [ -z "$2" ]; then
echo "The second argument is empty."
return 1
elif echo "$1" | grep -q '[^0-9]'; then
elif echo "$2" | grep -q '[^0-9]'; then
echo "The second argument($2) must be number."
return 1
fi
Expand Down

0 comments on commit 8b36846

Please sign in to comment.