Skip to content

Commit

Permalink
Use colon in notification title
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Sep 27, 2017
1 parent 859384e commit 304c0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions borgcron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ guiShowNotification() {
if command -v zenity >/dev/null; then
# if proxy is set, use it, otherwise call zenity directly
if zenityProxy 2>/dev/null; then
zenityProxy "--notification --window-icon \"$icon\" --text 'BorgBackup \"$BACKUP_NAME\"
zenityProxy "--notification --window-icon \"$icon\" --text 'BorgBackup: $BACKUP_NAME
$1'"
else
zenity --notification --window-icon "$icon" --text "BorgBackup \"$BACKUP_NAME\"
zenity --notification --window-icon "$icon" --text "BorgBackup: $BACKUP_NAME
$1"
fi
fi
Expand Down

0 comments on commit 304c0ee

Please sign in to comment.