From 888ccc15a80c917d68e7869895555bed3cf04909 Mon Sep 17 00:00:00 2001 From: Laborratte5 <49961317+Laborratte5@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:17:38 +0200 Subject: [PATCH] refactor: Use consistend wording Use consistenct wording when prompting for input --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index d784065..6c19081 100755 --- a/backup.sh +++ b/backup.sh @@ -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)