mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
enable nextcloud installation
This commit is contained in:
parent
91ecf6e8d6
commit
6dbab427f9
6
tests/vagrant/vanilla/Vagrantfile
vendored
6
tests/vagrant/vanilla/Vagrantfile
vendored
@ -12,14 +12,14 @@ Vagrant.configure("2") do |config|
|
||||
m1.vm.provision :shell, :inline => <<-SH
|
||||
cat >/tmp/provision.sh <<EOF
|
||||
#!/bin/bash
|
||||
if [ \$EUID -ne 0 ]; then
|
||||
if [ \\$EUID -ne 0 ]; then
|
||||
echo "Must be root"
|
||||
exit 1
|
||||
fi
|
||||
cd /mailinabox
|
||||
export PRIMARY_HOSTNAME=vanilla.local
|
||||
export FEATURE_MUNIN=false
|
||||
export FEATURE_NEXTCLOUD=false
|
||||
#export FEATURE_MUNIN=false
|
||||
#export FEATURE_NEXTCLOUD=false
|
||||
export SKIP_SYSTEM_UPDATE=0
|
||||
tests/system-setup/vanilla.sh \
|
||||
--enable-mod=roundcube-master \
|
||||
|
Loading…
Reference in New Issue
Block a user