summaryrefslogtreecommitdiff
path: root/crypt-disk
diff options
context:
space:
mode:
Diffstat (limited to 'crypt-disk')
-rwxr-xr-xcrypt-disk2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt-disk b/crypt-disk
index 3714c81..cd0779c 100755
--- a/crypt-disk
+++ b/crypt-disk
@@ -22,7 +22,7 @@ if [[ -e $dock_dev ]]; then
elif [[ -e $dock1_dev ]]; then
DEVICE=$dock1_dev
NAME="dock1"
-elif [[ -e $remote_backup ]]; then
+elif [[ -e $remote_backup_dev ]]; then
DEVICE=$remote_backup_dev
NAME="remote_backup"
else