parent
02007cf9fb
commit
274fc58d0f
|
@ -18,7 +18,7 @@ startServicesWithNonLSBCompliantExitStatusCodes () {
|
|||
|
||||
mountIcinga2webVarLog () {
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue