From c228148e9128b94ca4d2c7194278304055322070 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 12 Apr 2021 11:27:57 +0000 Subject: [PATCH] Changed zmd-ad script call in install.sh --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 3993236..a741afd 100644 --- a/install.sh +++ b/install.sh @@ -80,9 +80,8 @@ select opt in just_lxc zmb-standalone zmb-member zmb-ad mailpiler matrix quit; d echo "Selected Zamba AD DC" # Enable nesting for ntp service pct set $LXC_NBR -features nesting=1 - # TODO: write script for Zamba AD DC - echo "This function is not implemented yet! Exiting..." - exit 1 + sleep 2 + break ;; mailpiler) echo "Configuring LXC container for '$opt'!"