Fix witchcraft server launch daemon

This commit is contained in:
Jeremy Dormitzer 2024-09-16 17:04:52 -04:00
parent ef5b7f03d6
commit 91a2df3e08

View File

@ -8,7 +8,7 @@
<array> <array>
<string>sh</string> <string>sh</string>
<string>-c</string> <string>-c</string>
<string>/usr/bin/python3 -m http.server -d ~/witchcraft-scripts 5743</string> <string>/usr/bin/python3 -m http.server -d $HOME/witchcraft-scripts 5743</string>
</array> </array>
<key>KeepAlive</key> <key>KeepAlive</key>
<true/> <true/>