mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
Add copyright to source files
This commit is contained in:
11
tests/vagrant/majorupgrade/Vagrantfile
vendored
11
tests/vagrant/majorupgrade/Vagrantfile
vendored
@@ -1,3 +1,12 @@
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
load '../funcs.rb'
|
||||
|
||||
# major upgrade Ubuntu 18.04 (bionic) -> Ubuntu 22.04 (jammy)
|
||||
@@ -32,7 +41,7 @@ SH
|
||||
m2.vm.provision :shell, :inline => <<-SH
|
||||
cd /mailinabox
|
||||
export PRIMARY_HOSTNAME=majorupgrade.local
|
||||
export FEATURE_MUNIN=false
|
||||
export FEATURE_MUNIN=true
|
||||
tests/system-setup/from-backup.sh \
|
||||
"#{ENV['storage_user']}" \
|
||||
"#{ENV['duplicity_files']}" \
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
#####
|
||||
##### This file is part of Mail-in-a-Box-LDAP which is released under the
|
||||
##### terms of the GNU Affero General Public License as published by the
|
||||
##### Free Software Foundation, either version 3 of the License, or (at
|
||||
##### your option) any later version. See file LICENSE or go to
|
||||
##### https://github.com/downtownallday/mailinabox-ldap for full license
|
||||
##### details.
|
||||
#####
|
||||
|
||||
|
||||
# run from this script's directory
|
||||
cd $(dirname "$0")
|
||||
|
||||
Reference in New Issue
Block a user