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