Skip to content

Commit 232b1fd

Browse files
committed
keep calling done script at the end
1 parent 340aed1 commit 232b1fd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bin/countly.install_ubuntu.sh

+4-5
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ if [ "$INSIDE_DOCKER" != "1" ]; then
165165
sudo countly start
166166
fi
167167

168-
bash "$DIR/scripts/done.sh";
169-
170-
if [ "$INSIDE_DOCKER" == "1" ]
171-
then
168+
if [ "$INSIDE_DOCKER" == "1" ]; then
172169
kill -2 "$(pgrep mongo)"
173-
fi
170+
fi
171+
172+
bash "$DIR/scripts/done.sh";

0 commit comments

Comments
 (0)