Commit 18dc63f
Change repository ownership to pi user (#110)
* Change ownership of GoNoteGo repo to pi user
This ensures that the GoNoteGo repository files are owned by the pi user
instead of root, while leaving the supervisord.conf file unchanged.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Simplify repository ownership change
Use a simpler chown -R command to change ownership of the entire repository
to the pi user without any exclusions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Move chown command to after all repository modifications
Relocate the ownership change to after all GoNoteGo repository
modifications are complete to ensure no files remain owned by root.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Simplify repository ownership comment
Make the comment more concise and timeless.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3027fc4 commit 18dc63f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments