Skip to content

Commit 1f5c9d8

Browse files
authored
Add LaunchAgents directory creation
Create directory for bootstrap configuration file.
1 parent 22bdce0 commit 1f5c9d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/macos/scripts/postinstall

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
mkdir -p /Library/LaunchAgents/
4+
35
cat <<EOF > /Library/LaunchAgents/net.burningtnt.terracotta.daemon.plist
46
<?xml version="1.0" encoding="UTF-8"?>
57
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

0 commit comments

Comments
 (0)