Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanklky authored Dec 7, 2021
1 parent b73341b commit bc4636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/countly.install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ bash "$DIR/scripts/done.sh";

if [ "$INSIDE_DOCKER" == "1" ]
then
kill -2 $(pgrep mongo)
kill -2 "$(pgrep mongo)"
fi

0 comments on commit bc4636b

Please sign in to comment.