third time's a charm

This commit is contained in:
Brad Ganley 2019-03-13 16:17:34 -05:00
parent b521468ae5
commit 3dbb02f338

View File

@ -57,6 +57,7 @@ tempdrive () {
then
sudo umount /mnt/RAM
sudo rm -rf /mnt/RAM
echo "Temporary drive unmounted and mountpoint deleted"
return
fi
if [ -z $@ ]