Actually fix error.
This commit is contained in:
parent
f3f71db354
commit
d610277f1a
|
@ -82,5 +82,6 @@ rm -rf .teletemp
|
||||||
|
|
||||||
echo "Creating a directory needed for running the binary. You might have to enter your password."
|
echo "Creating a directory needed for running the binary. You might have to enter your password."
|
||||||
sudo mkdir /snapshot
|
sudo mkdir /snapshot
|
||||||
|
sudo chown -R $USER:$USER /snapshot
|
||||||
|
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
Loading…
Reference in New Issue