From c833f67b5970dcd4f7e69ddabe4cb15300ef6749 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Fri, 17 Jun 2022 06:07:10 -0400 Subject: Consolidated encrypted USB scripts and removed redundancy Removed the mount-cryptusb and unmount-cryptusb scripts which are now redundant that mount-device and unmount-device handle LUKS devices. Consolidated encrypted USB script into sync-cryptusb, which now calls mount-device and unmount-device. --- .local/bin/cryptusb/umount-cryptusb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .local/bin/cryptusb/umount-cryptusb (limited to '.local/bin/cryptusb/umount-cryptusb') diff --git a/.local/bin/cryptusb/umount-cryptusb b/.local/bin/cryptusb/umount-cryptusb deleted file mode 100755 index c3c4b93..0000000 --- a/.local/bin/cryptusb/umount-cryptusb +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# Unmounts LUKS encrypted USB - -sudo umount /mnt/cryptusb -sudo cryptsetup close cryptusb -- cgit v1.2.3