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.

100-chown 177B

12345678910
  1. host="${1}"
  2. root_dir="${2}"
  3. conf_conf="${3}"
  4. conf_include="${4}"
  5. site_conf="${5}"
  6. site_include="${6}"
  7. user=$(logname)
  8. echo "chown to ${user}"
  9. chown ${user}:${user} ${root_dir}