您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

400-reload 207B

12345678910111213141516
  1. #! /usr/bin/env sh
  2. event="${1}"
  3. host="${2}"
  4. root_dir="${3}"
  5. conf_conf="${4}"
  6. conf_include="${5}"
  7. site_conf="${6}"
  8. site_include="${7}"
  9. if [ "${event}" != "post" ]
  10. then
  11. exit 0
  12. fi
  13. service apache2 reload