Skip to content

Conversation

@claudeaceae
Copy link

Summary

  • Makes the upgrade section consistent with the uninstall section by using the full path to the uninstall script

Details

The upgrade section (line 25) was using uninstall-container.sh -k without the full path, which is inconsistent with the uninstall section which correctly uses /usr/local/bin/uninstall-container.sh.

This PR updates the upgrade instructions to use the full path for consistency and clarity.

Test plan

  • Verified the script is installed to /usr/local/bin by the Makefile
  • Checked consistency with the uninstall section in the same file

Makes the upgrade section consistent with the uninstall section by
using the full path /usr/local/bin/uninstall-container.sh instead of
just uninstall-container.sh.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant