Skip to content

Commit 50e0d88

Browse files
committed
facepalm here
1 parent 1692129 commit 50e0d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/countly.install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ ! -f ./permission_test_file.txt ]; then
1919
PARENT_DIR=$(cd ./../ && pwd)
2020
echo "Permission error, you cannot install Countly under ${PARENT_DIR}."
2121
else
22-
rm -f ./permission_test_file.txt
22+
sudo rm -f ./permission_test_file.txt
2323
fi
2424

2525

0 commit comments

Comments
 (0)