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.

000-print 362B

12345678910111213
  1. host="${1}"
  2. root_dir="${2}"
  3. conf_conf="${3}"
  4. conf_include="${4}"
  5. site_conf="${5}"
  6. site_include="${6}"
  7. echo "Host: ${host}"
  8. echo "Root Document: ${root_dir}"
  9. echo "Http Configuration Source: ${conf_conf}"
  10. echo "Site Configuration Source: ${conf_include}"
  11. echo "Http Configuration Destination: ${site_conf}"
  12. echo "Site Configuration Destination: ${site_include}"