From 7d67142b6e2a5136ac856c3997e832b43121de57 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Fri, 11 Feb 2022 22:13:19 +0100 Subject: [PATCH] Use correct profile in launchagent --- .../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 ca468c0..20d189e 100644 --- a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist +++ b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist @@ -12,7 +12,7 @@ /bin/bash -c - source /usr/local/etc/restic/erikw.env.sh && /usr/local/bin/restic_backup.sh >>$HOME/$LOG_OUT 2>>$HOME/$LOG_ERR + source /usr/local/etc/restic/default.env.sh && /usr/local/bin/restic_backup.sh >>$HOME/$LOG_OUT 2>>$HOME/$LOG_ERR EnvironmentVariables