From 14c3d581ecfaee9db5edee8061d68727f3b158ce Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 21 Mar 2026 17:07:52 +0400 Subject: [PATCH] ok --- sympa/miaou/miaou-migrate-sympa-from-container | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sympa/miaou/miaou-migrate-sympa-from-container b/sympa/miaou/miaou-migrate-sympa-from-container index 591382d..5e4c0bb 100755 --- a/sympa/miaou/miaou-migrate-sympa-from-container +++ b/sympa/miaou/miaou-migrate-sympa-from-container @@ -28,7 +28,7 @@ function parse_options { shift 1 # Move to the next argument done - [[ -z $CONTAINER ]] && (usage && exit 1) || true + [[ -z $CONTAINER ]] && usage && exit 1 || true } function halt_on_error { @@ -45,7 +45,6 @@ function assert_proxmox { set -Eue parse_options $* - assert_proxmox echo DONE # 0. test host is Proxmox