third time's a charm

Former-commit-id: 3dbb02f338
This commit is contained in:
Brad Ganley
2019-03-13 16:17:34 -05:00
parent 0d598e3464
commit 92ed861fac

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 $@ ]