From 322a8ab34e55fbf9402ee675433b586b3d85d6b3 Mon Sep 17 00:00:00 2001 From: Greenpete Date: Sat, 18 Mar 2023 14:11:13 +0000 Subject: [PATCH] Fix typo in a comment. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7fa432d..619e5e1 100755 --- a/install.sh +++ b/install.sh @@ -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