diff --git a/backup.sh b/backup.sh index 7487dee..d784065 100755 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,6 @@ #!/bin/bash -read -p "Drive to backup: " DRIVE_TO_BACKUP -read -p "Location of backup: " BACKUP_LOCATION +read -e -p "Drive to backup: " DRIVE_TO_BACKUP +read -e -p "Location of backup: " BACKUP_LOCATION DEVICE_NAME=$(basename $DRIVE_TO_BACKUP)