Skip to content
  1. Sep 25, 2022
  2. Apr 04, 2022
    • Mattia Rizzolo's avatar
      Avoid bashisms in the call to acme.sh · 2ffabb4d
      Mattia Rizzolo authored
      
      
      This command is using features that are not POSIX-compliant (the [[ and
      the || in them), that despite being supported by many shells (including
      bash) are not available in dash.
      
      Since system() runs the code with /bin/sh that is an interface defined
      as only being POSIX-compliant, with no extensions, it should not presume
      a specific shell in that.
      
      Closes: #6326
      Signed-off-by: default avatarMattia Rizzolo <mattia@mapreri.org>
      2ffabb4d
  3. Mar 14, 2022
  4. Feb 03, 2022
  5. Oct 07, 2021
  6. Jun 02, 2021
  7. Mar 10, 2021
  8. Feb 18, 2021
  9. Feb 15, 2021
  10. Jan 29, 2021
  11. Dec 17, 2020
  12. Oct 23, 2020
  13. Sep 14, 2020
  14. Sep 11, 2020
  15. Sep 09, 2020
  16. Sep 04, 2020
  17. Aug 19, 2020
  18. Jul 23, 2020
  19. May 04, 2020
  20. Nov 22, 2019
  21. Nov 19, 2019
  22. Jul 27, 2019
  23. Jun 26, 2019
  24. Apr 15, 2019
  25. Mar 11, 2019
  26. May 26, 2018
  27. Dec 12, 2017
  28. Sep 18, 2017
  29. Sep 12, 2017
  30. Aug 07, 2017
  31. Jul 13, 2017
  32. Jul 07, 2017