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 committed Jul 18, 2023
2 parents 95a0f69 + a185e36 commit 60e621c
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 60e621c

Please sign in to comment.