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 259B

123456
  1. echo "Host: ${host}"
  2. echo "Root Document: ${root_dir}"
  3. echo "Http Configuration Source: ${conf_conf}"
  4. echo "Site Configuration Source: ${conf_include}"
  5. echo "Http Configuration Destination: ${site_conf}"
  6. echo "Site Configuration Destination: ${site_include}"