Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c07f0ca027 | ||
|
|
a084830441 | ||
|
|
7d67142b6e |
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [5.2.1] - 2022-02-11
|
||||||
|
### Fixed
|
||||||
|
- Use default profile in LaunchAgent.
|
||||||
|
|
||||||
## [5.2.0] - 2022-02-11
|
## [5.2.0] - 2022-02-11
|
||||||
### Added
|
### Added
|
||||||
- Make option to override destination dir for configuration files. Needed for Homebrew.
|
- Make option to override destination dir for configuration files. Needed for Homebrew.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>/bin/bash</string>
|
<string>/bin/bash</string>
|
||||||
<string>-c</string>
|
<string>-c</string>
|
||||||
<string>source /usr/local/etc/restic/erikw.env.sh && /usr/local/bin/restic_backup.sh >>$HOME/$LOG_OUT 2>>$HOME/$LOG_ERR</string>
|
<string>source /usr/local/etc/restic/default.env.sh && /usr/local/bin/restic_backup.sh >>$HOME/$LOG_OUT 2>>$HOME/$LOG_ERR</string>
|
||||||
</array>
|
</array>
|
||||||
<key>EnvironmentVariables</key>
|
<key>EnvironmentVariables</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user