From f3f71db3543f8df11596c1f54cfb4a1828d6aba1 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Sat, 13 Oct 2018 15:41:30 -0600 Subject: [PATCH] Fix permission denied error when running the binary. --- Telebit-compile/tcompile.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Telebit-compile/tcompile.sh b/Telebit-compile/tcompile.sh index b6d476c..54489f9 100755 --- a/Telebit-compile/tcompile.sh +++ b/Telebit-compile/tcompile.sh @@ -75,8 +75,12 @@ fi cp telebit ../telebit + cd .. rm -rf .teletemp +echo "Creating a directory needed for running the binary. You might have to enter your password." +sudo mkdir /snapshot + echo "Done"