mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Revert "Vagrant/finalize.sh: Remove dmode and fmode options from mount.vboxsf"
This reverts commit 3a25f019c574a6c139099082191ab96c0d09276b. The "wrong" permissions do of course come from fmode=775 rather than dmode=775. I'm just blind. refs #5982
This commit is contained in:
parent
cfcaf019bd
commit
473d986dfb
@ -12,7 +12,7 @@ installJquery () {
|
|||||||
|
|
||||||
mountIcinga2webConfd () {
|
mountIcinga2webConfd () {
|
||||||
# Remount /vagrant/config/ with appropriate permissions since the group apache is missing initially
|
# Remount /vagrant/config/ with appropriate permissions since the group apache is missing initially
|
||||||
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g apache` /vagrant/config/ /vagrant/config/
|
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g apache`,dmode=775,fmode=775 /vagrant/config/ /vagrant/config/
|
||||||
}
|
}
|
||||||
|
|
||||||
startServicesWithNonLSBCompliantExitStatusCodes () {
|
startServicesWithNonLSBCompliantExitStatusCodes () {
|
||||||
@ -23,7 +23,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` /vagrant/var/log/ /vagrant/var/log/
|
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g apache`,dmode=775,fmode=775 /vagrant/var/log/ /vagrant/var/log/
|
||||||
}
|
}
|
||||||
|
|
||||||
installJquery
|
installJquery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user