1. 13 Nov, 2019 1 commit
    • John L. Villalovos's avatar
      debug_bash_helper: Use eval as busybox systems have problems · adce8f52
      John L. Villalovos authored
      In _debug_bash_helper use eval as we are seeing issues with busybox
      systems having issues with array access. Even though they aren't
      actually running the code they appear to be parsing it and failing.
      
      Also older versions of busybox have a bug with eval and double quotes,
      so make sure to use single quotes when using eval.
      
      Resolves: #2579
      adce8f52
  2. 12 Nov, 2019 1 commit
  3. 05 Nov, 2019 10 commits
  4. 04 Nov, 2019 3 commits
  5. 03 Nov, 2019 3 commits
  6. 02 Nov, 2019 5 commits
  7. 01 Nov, 2019 1 commit
    • Johann Richard's avatar
      Add openssh package · fee9baca
      Johann Richard authored
      * `acme.sh`'s `ssh.sh` is probably one of the hooks that's most versatile
      * By default, it's not installed on `alpine` docker images and therefore is lacking in the `acme.sh` docker image
      * This change adds the `openssh` package and therefore the `ssh` and associated commands
      fee9baca
  8. 31 Oct, 2019 1 commit
  9. 30 Oct, 2019 7 commits
  10. 29 Oct, 2019 1 commit
  11. 28 Oct, 2019 2 commits
  12. 27 Oct, 2019 5 commits