Make data/ directory writeable by yellowtent user

This commit is contained in:
Johannes Zellner
2015-10-21 17:15:51 +02:00
parent 0071c6b078
commit 58edbd91d6
+1
View File
@@ -114,6 +114,7 @@ echo "${arg_tls_key}" > ${DATA_DIR}/nginx/cert/host.key
set_progress "33" "Changing ownership"
chown "${USER}:${USER}" -R "${DATA_DIR}/box" "${DATA_DIR}/nginx" "${DATA_DIR}/collectd" "${DATA_DIR}/addons"
chown "${USER}:${USER}" "${DATA_DIR}"
set_progress "40" "Setting up infra"
${script_dir}/start/setup_infra.sh "${arg_fqdn}"