From 88b7cf4f56a1470c943b3827eb3dc5bfb69814d2 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Thu, 23 Jan 2025 15:28:48 -0500 Subject: [PATCH] clarifyed the directory input feild --- backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 86bd407..5731783 100644 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,7 @@ #!/bin/bash -echo "enter data directory" +echo "enter full path to data directory" +echo "if adding multiple directorys add a space" read data echo "enter size of backup media" echo "format: 24G"