Fixes to install.sh

This commit is contained in:
Peter Green 2023-01-09 16:59:50 +00:00
parent 8eb7f03e7f
commit 6384189da0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sed -i "s|destination=|destination=$dest|" "$HOME"/bin/backup_home/Backup.sh
# Edit the menu entry file...
sed -i "s|Exec=|Exec=$HOME/bin/backup_home/Backup.sh|" "$HOME"/bin/backup_home/Backup.desktop
sed -i "s|Exec=|Exec=$HOME/bin/backup_home/Backup.sh|" "$HOME"/.local/share/applications/Backup.desktop
sed -i "s|Icon=|Icon=$HOME/bin/backup_home/Backup.svg|" "$HOME"/.local/share/applications/Backup.desktop
# Let the user know we have finished...