refactor: Use consistend wording
Use consistenct wording when prompting for input
This commit is contained in:
parent
634d4dcc65
commit
888ccc15a8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
read -e -p "Drive to backup: " DRIVE_TO_BACKUP
|
read -e -p "Backup source: " DRIVE_TO_BACKUP
|
||||||
read -e -p "Location of backup: " BACKUP_LOCATION
|
read -e -p "Backup destination: " BACKUP_LOCATION
|
||||||
|
|
||||||
DEVICE_NAME=$(basename $DRIVE_TO_BACKUP)
|
DEVICE_NAME=$(basename $DRIVE_TO_BACKUP)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue