From d610277f1a58eea3a4342191f997107f298e5847 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Sat, 13 Oct 2018 15:44:12 -0600 Subject: [PATCH] Actually fix error. --- Telebit-compile/tcompile.sh | 1 + 1 file changed, 1 insertion(+) 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"