From 9412a8750c18f182d16615fe37bb42a8375e0ac1 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Wed, 9 Feb 2022 15:08:57 +0100 Subject: [PATCH] trim --- .../LaunchAgents/com.github.erikw.restic-automatic-backup.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist index 5cf32db..186bd63 100644 --- a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist +++ b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist @@ -15,7 +15,7 @@ /bin/bash -c - export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin && source /usr/local/etc/restic/erikw.env.sh && PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin /usr/local/bin/restic_backup.sh + source /usr/local/etc/restic/erikw.env.sh && /usr/local/bin/restic_backup.sh StandardOutPath