pvincent 2 weeks ago
parent
commit
14c3d581ec
  1. 3
      sympa/miaou/miaou-migrate-sympa-from-container

3
sympa/miaou/miaou-migrate-sympa-from-container

@ -28,7 +28,7 @@ function parse_options {
shift 1 # Move to the next argument shift 1 # Move to the next argument
done done
[[ -z $CONTAINER ]] && (usage && exit 1) || true
[[ -z $CONTAINER ]] && usage && exit 1 || true
} }
function halt_on_error { function halt_on_error {
@ -45,7 +45,6 @@ function assert_proxmox {
set -Eue set -Eue
parse_options $* parse_options $*
assert_proxmox assert_proxmox
echo DONE echo DONE
# 0. test host is Proxmox # 0. test host is Proxmox

Loading…
Cancel
Save