Skip to content

Commit 2776412

Browse files
committed
whats matter if you do not exit from the script...
1 parent 50e0d88 commit 2776412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/countly.install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ sudo su countly -c "/bin/bash $DIR/scripts/check_countly_user_permissions.sh > /
1818
if [ ! -f ./permission_test_file.txt ]; then
1919
PARENT_DIR=$(cd ./../ && pwd)
2020
echo "Permission error, you cannot install Countly under ${PARENT_DIR}."
21+
exit 1
2122
else
2223
sudo rm -f ./permission_test_file.txt
2324
fi

0 commit comments

Comments
 (0)