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