Fixed typo's in the install script.

This commit is contained in:
Peter Green 2023-02-18 21:44:40 +00:00
parent 220c58aedd
commit d15651e30b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ done
echo "What is the full path for your pendrive..."
read -r pen
echo "And what is the full path to your local directory we will syncing with?..."
echo "And what is the full path to your local directory we will be syncing with?..."
read -r local
# Define the variable 'remote' - the full path to the directory on the pendrive...