diff --git a/Telebit-compile/tcompile.sh b/Telebit-compile/tcompile.sh index 54489f9..20395c3 100755 --- a/Telebit-compile/tcompile.sh +++ b/Telebit-compile/tcompile.sh @@ -82,5 +82,6 @@ rm -rf .teletemp echo "Creating a directory needed for running the binary. You might have to enter your password." sudo mkdir /snapshot +sudo chown -R $USER:$USER /snapshot echo "Done"