parent
02007cf9fb
commit
274fc58d0f
|
@ -18,7 +18,7 @@ startServicesWithNonLSBCompliantExitStatusCodes () {
|
||||||
|
|
||||||
mountIcinga2webVarLog () {
|
mountIcinga2webVarLog () {
|
||||||
# Remount /vagrant/var/log/ with appropriate permissions since the group apache is missing initially
|
# Remount /vagrant/var/log/ with appropriate permissions since the group apache is missing initially
|
||||||
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g apache`,dmode=775,fmode=775 /vagrant/var/log/ /vagrant/var/log/
|
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g apache`,dmode=775,fmode=664 /vagrant/var/log/ /vagrant/var/log/
|
||||||
}
|
}
|
||||||
|
|
||||||
installJquery
|
installJquery
|
||||||
|
|
Loading…
Reference in New Issue