diff options
Diffstat (limited to 'mount-crypt')
-rwxr-xr-x | mount-crypt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mount-crypt b/mount-crypt deleted file mode 100755 index d4a6bc4..0000000 --- a/mount-crypt +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -. /home/pks/bin/func.zsh -check_root - -cryptsetup luksOpen /dev/disk/by-id/scsi-SATA_WDC_WD1002FAEX-_WD-WCAW32441082-part1 remote_backup -mount /dev/mapper/remote_backup /mnt/ - |