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.pull/5245/head
parent
0f61e9c15e
commit
e711d168df
Loading…
Reference in New Issue