Skip to content

Commit

Permalink
Merge pull request #125 from ggtakec/fix_bugs
Browse files Browse the repository at this point in the history
Fixed a bug in script for systemd
  • Loading branch information
ggtakec authored Jul 18, 2023
2 parents 081c2de + 8b36846 commit aea76f4
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 aea76f4

Please sign in to comment.