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