refactor: Use consistend wording

Use consistenct wording when prompting for input
This commit is contained in:
Laborratte5 2023-08-14 22:17:38 +02:00
parent 634d4dcc65
commit 888ccc15a8
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -1,6 +1,6 @@
#!/bin/bash
read -e -p "Drive to backup: " DRIVE_TO_BACKUP
read -e -p "Location of backup: " BACKUP_LOCATION
read -e -p "Backup source: " DRIVE_TO_BACKUP
read -e -p "Backup destination: " BACKUP_LOCATION
DEVICE_NAME=$(basename $DRIVE_TO_BACKUP)