You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

200-reload 168B

1234567891011121314
  1. #! /usr/bin/env sh
  2. event="${1}"
  3. host="${2}"
  4. cert_file="${3}"
  5. key_file="${4}"
  6. chain_file="${5}"
  7. if [ "${event}" != "post" ]
  8. then
  9. exit 0
  10. fi
  11. service apache2 reload