Closed rani2001 closed 4 years ago
expiration_date_string'' using format
%b %d %H:%M:%S %Y %Z'' date: illegal time format usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] A certificate for the installer application /Applications/Install macOS Catalina.app has expired. Please download a new macOS installer app with a valid certificate.Error running script: return code was 23.
`
@rani2001 I believe I found the source of 2 of the 3 issues you've seen. However, I'm not entirely sure what's causing error code 2 for you.
Can you update the script to the latest version and change the first line from #!/bin/bash
to #!/bin/bash -x
? Run the script and let me know what output you get when you attempt to do an upgrade from 10.13.6 to 10.14. Once done testing, revert back the change to the first line.
Hello @bp88,
Thanks for your help. I tested the modified script and all works perfectly, I have no more errors, even during an update from 10.13 to 10.14.
Thank you very much for your help and your work
Hello,
Since updating the script a few hours ago, I have the following issues during an upgrade to Mojave:
Error 23. Expired certificates while the installer was recently downloaded from the App Store and moreover, it works by executing the update manually.
Error 16: "FV2 Status is not Encrypted" while Filevault is not enabled on the computers.
Error 2: "Minimum required OS value is provided and the client's OS version is lower." When I update from a MacOS 10.13.6 to Mojave.
Thank you for your help