1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-31 20:27:28 +00:00

macos install: make sure dir exists

This commit is contained in:
kaso17 2017-11-21 22:10:32 +01:00
parent c20688837f
commit fc3a1e21d3

View file

@ -29,6 +29,7 @@ if [[ $(launchctl list | grep org.user.Jackett) ]]; then
fi
# Write the plist to LaunchAgents
mkdir -p ~/Library/LaunchAgents/
cat >~/Library/LaunchAgents/org.user.Jackett.plist <<EOL
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">