Skip to content
  1. Dec 04, 2022
  2. Sep 25, 2022
  3. Apr 25, 2022
  4. 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
  5. Mar 14, 2022
  6. Feb 03, 2022
  7. Oct 07, 2021
  8. Jun 02, 2021
  9. Mar 10, 2021
  10. Feb 18, 2021
  11. Feb 15, 2021
  12. Jan 29, 2021
  13. Dec 17, 2020
  14. Oct 23, 2020
  15. Sep 14, 2020
  16. Sep 11, 2020
  17. Sep 09, 2020
  18. Sep 04, 2020
  19. Aug 19, 2020
  20. Jul 23, 2020
  21. May 04, 2020
  22. Nov 22, 2019
  23. Nov 19, 2019
  24. Jul 27, 2019
  25. Jun 26, 2019
  26. Apr 15, 2019
  27. Mar 11, 2019
  28. May 26, 2018
  29. Dec 12, 2017
  30. Sep 18, 2017
  31. Sep 12, 2017
  32. Aug 07, 2017
  33. Jul 13, 2017