From ba0719e94f15f1c0cfce195641c81b14dee86f83 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 30 Jan 2017 19:39:17 -0600 Subject: [PATCH] fix indent --- bin/snap-sync-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snap-sync-wrapper b/bin/snap-sync-wrapper index 8997697..d9ea48d 100755 --- a/bin/snap-sync-wrapper +++ b/bin/snap-sync-wrapper @@ -5,7 +5,7 @@ for u in $(users); do notify_cmd="sudo -u $u DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(sudo -u $u id -u)/bus notify-send" - $notify_cmd 'Starting snap-sync backups to '$1'...' --icon=dialog-information + $notify_cmd 'Starting snap-sync backups to '$1'...' --icon=dialog-information /usr/bin/snap-sync --UUID $1 --noconfirm if [[ $? == 0 ]]; then