Set right permissions to directories
This commit is contained in:
parent
ed4d5832ff
commit
23928993dc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ chown -R www-data:www-data ${BASEDIR}/pki ${BASEDIR}/PKI ${BASEDIR}/onyx/log
|
|||
chown -R ${SYNCHRO_USER}:www-data ${BASEDIR}/submission ${BASEDIR}/logs ${BASEDIR}/out
|
||||
chmod 770 ${BASEDIR}/submission
|
||||
chown ${SYNCHRO_USER} ${BASEDIR}/.ssh/id_rsa
|
||||
chown www-data:www-data ${BASEDIR}/shared ${BASEDIR}/shared/crl.pem
|
||||
|
||||
# Update database profile
|
||||
cat <<EOF > ${BASEDIR}/onyx/db/docker.profile.php &&
|
||||
|
|
Reference in a new issue