nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
1 deletions
-
stage2/10-prepare-nginx/01-run.sh
|
|
@ -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 |
|
|
|
|
|
|
|