Various fixes
This commit is contained in:
parent
8336f82311
commit
7aec6ec98a
6 changed files with 25 additions and 11 deletions
|
|
@ -11,6 +11,7 @@ mkdir -p ${BASEDIR}/logs
|
|||
chown -R www-data:www-data ${BASEDIR}/shared ${BASEDIR}/PKI
|
||||
chown -R ${SYNCHRO_USER}:www-data ${BASEDIR}/submission ${BASEDIR}/logs ${BASEDIR}/out
|
||||
chmod 770 ${BASEDIR}/submission
|
||||
chown ${SYNCHRO_USER} ${BASEDIR}/.ssh/id_rsa
|
||||
|
||||
# Update database profile
|
||||
cat <<EOF > ${BASEDIR}/onyx/db/docker.profile.php &&
|
||||
|
|
|
|||
Reference in a new issue