Commit 474a3e3
fix: add /root/.ggo directory cleanup in uninstall script
The uninstall script was missing cleanup for /root/.ggo directory.
It was only cleaning up /root/.config/ggo and /root/.gpugo, but
the agent can also create /root/.ggo directory which needs to be
removed during uninstallation.
Changes:
- Added /root/.ggo directory cleanup in remove_config()
- Updated conditional check to include /root/.ggo
- Added /root/.ggo to manual cleanup warning message
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 98ccebb commit 474a3e3
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
| |||
220 | 228 | | |
221 | 229 | | |
222 | 230 | | |
223 | | - | |
| 231 | + | |
224 | 232 | | |
225 | 233 | | |
226 | 234 | | |
| |||
240 | 248 | | |
241 | 249 | | |
242 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
243 | 254 | | |
244 | 255 | | |
245 | 256 | | |
| |||
0 commit comments