mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
🔧 fix(mac-mini): correct user path in LaunchD plist
Server user is 'mana', not 'till'. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2fe7f842c6
commit
759b227355
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/bin/bash</string>
|
||||
<string>/Users/till/projects/manacore-monorepo/scripts/mac-mini/ensure-containers-running.sh</string>
|
||||
<string>/Users/mana/projects/manacore-monorepo/scripts/mac-mini/ensure-containers-running.sh</string>
|
||||
</array>
|
||||
|
||||
<key>StartInterval</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue