Fix typo in a comment.

This commit is contained in:
Peter Green 2023-03-18 14:11:13 +00:00
parent 556a947dac
commit 322a8ab34e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cp "$pwd"/README.md "$HOME"/bin/backup_home
cp "$pwd"/uninstall.sh "$HOME"/bin/backup_home
cp "$pwd"/Backup.desktop "$HOME"/.local/share/applications
# Set source and set in Backup.sh
# Set source and destination in Backup.sh
sed -i "s|source=|source=$src|" "$HOME"/bin/backup_home/Backup.sh
sed -i "s|destination=|destination=$dest|" "$HOME"/bin/backup_home/Backup.sh