mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-09 00:29:37 -04:00
b73e94de7e
Moved installer files into the ReleaseBuilder
6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
if /bin/launchctl list "com.duplicati.app.launchagent" &> /dev/null; then
|
|
/bin/launchctl unload "/Library/LaunchAgents/com.duplicati.app.launchagent.plist"
|
|
fi |