@ -72,7 +72,7 @@ function install {
# MAIN
set -Eue
parse_options $*
parse_options "$@"
install
import
@ -56,7 +56,7 @@ function install_sympa {
assert_miaou_server
install_sympa
@ -92,11 +92,14 @@ function import_from_archive {
assert_proxmox
assert_container_sympa_debian9
export_sympa
get_container_net0
rename_old_container
create_new_container
import_from_archive
@ -281,5 +281,5 @@ function import {
## main
set -Eeu
assert_file $*
assert_file "$@"