now makes image in /tmp

master
Avril 4 years ago
parent 3bdd93ca75
commit 8641d33d02
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -2,7 +2,7 @@
sudo echo ">>> Initialising"
METADIR=~/.etemp
METADIR=/tmp/.$(USER)-etemp
MOUNTPOINT=~/etemp
VOLNAME=etemp

@ -4,7 +4,7 @@ echo ">>> Initialising"
MOUNTPOINT=etemp
VOLNAME=etemp
METADIR=.etemp
METADIR=/tmp/.$(USER)-etemp
if [[ `id -u` != 0 ]]; then
echo "WARNING: Not root. Running with sudo"

Loading…
Cancel
Save