Commit e308276
Fix uninstall.sh to show actual unregister command output
- Remove output suppression (2>/dev/null) so users see real messages
- Remove misleading "Agent unregistered from server" message
- Let ggo command output speak for itself (shows "Not registered" or success)
- Only show warnings if unregister actually fails (non-zero exit)
This fixes the issue where uninstall claimed successful unregistration
even when the agent was never registered, which was confusing.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent ea5d7a5 commit e308276
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
316 | 317 | | |
317 | | - | |
| 318 | + | |
| 319 | + | |
318 | 320 | | |
319 | 321 | | |
320 | 322 | | |
| |||
0 commit comments