We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e0d88 commit 2776412Copy full SHA for 2776412
bin/countly.install.sh
@@ -18,6 +18,7 @@ sudo su countly -c "/bin/bash $DIR/scripts/check_countly_user_permissions.sh > /
18
if [ ! -f ./permission_test_file.txt ]; then
19
PARENT_DIR=$(cd ./../ && pwd)
20
echo "Permission error, you cannot install Countly under ${PARENT_DIR}."
21
+ exit 1
22
else
23
sudo rm -f ./permission_test_file.txt
24
fi
0 commit comments