Expert mode required to set user:group ID.
This commit is contained in:
parent
fedcfc7c4f
commit
5255b7bb25
@ -367,8 +367,8 @@ function joomla__TRuST__setup() {
|
|||||||
$reset_volume && VDM_VOLUMES=''
|
$reset_volume && VDM_VOLUMES=''
|
||||||
# add the projects path
|
# add the projects path
|
||||||
setContainerEnvVariable "VDM_PROJECT_PATH=\"${VDM_PROJECT_PATH}\""
|
setContainerEnvVariable "VDM_PROJECT_PATH=\"${VDM_PROJECT_PATH}\""
|
||||||
# set the container user detail id needed
|
# only if in expert mode set the container user detail id needed
|
||||||
if [ "${VDM_J_REPO}" = 'llewellyn/joomla' ]; then
|
if isExpert; then
|
||||||
# if this is our octoleo images we can also set the user ID and user-group ID
|
# if this is our octoleo images we can also set the user ID and user-group ID
|
||||||
setContainerUser "$(id -u)"
|
setContainerUser "$(id -u)"
|
||||||
# check that we got the details
|
# check that we got the details
|
||||||
|
Loading…
Reference in New Issue
Block a user