Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fix up chowm command
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Mar 3, 2020
1 parent 9dc02b5 commit a48d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/10-prepare-nginx/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cp -fr files/conf.d ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/nginx

echo "Fix up permissions of all config files"
on_chroot << EOF
chown -r ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME}
chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME}
EOF

0 comments on commit a48d181

Please sign in to comment.