Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RouterOS - make deploy more resilient #5245

Merged
merged 1 commit into from
Aug 15, 2024

Commits on Aug 9, 2024

  1. RouterOS - make deploy more resilient

    In the case where importing the cert and key removes the files from disk
    the existing deploy will fail when it tries to remove those files.  This
    still attempts to remove the files but catches the error and moves on instead
    of bombing like before.
    
    Similarly, if the deploy had failed before, subsequent deploys would fail
    because the script already existed, so it would not be able to create
    the script.  This first attempts to remove the script if it exists, and then
    creates the script.
    nathanejohnson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e711d16 View commit details
    Browse the repository at this point in the history