Fix permission denied error when running the binary.

This commit is contained in:
Josh Mudge 2018-10-13 15:41:30 -06:00
parent 6adc8bef43
commit f3f71db354
1 changed files with 4 additions and 0 deletions

View File

@ -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"