From a39d72d00d553e6fe0d29f5a6c86f98a04b4e7b4 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 19:24:24 +0200 Subject: [PATCH] Added zmb-standalone script call --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index a741afd..25d0123 100644 --- a/install.sh +++ b/install.sh @@ -65,10 +65,10 @@ select opt in just_lxc zmb-standalone zmb-member zmb-ad mailpiler matrix quit; d break ;; zmb-standalone) - echo "Selected Zamba standalone" - echo "This function is not implemented yet! Exiting..." - # TODO: write script for Zamba Standalone - exit 1 + echo "Configuring LXC container '$opt'!" + pct set $LXC_NBR -mp0 $LXC_SHAREFS_STORAGE:$LXC_SHAREFS_SIZE,mp=/$LXC_SHAREFS_MOUNTPOINT + sleep 2; + break ;; zmb-member) echo "Configuring LXC container '$opt'!"