Renamed zmb-pdc to zmb-ad

This commit is contained in:
Thorsten Spille 2021-04-12 00:01:13 +02:00
parent 6ecd5ab254
commit 4a1c4c7870

View File

@ -58,7 +58,7 @@ sleep 2;
PS3="Select the Server-Function: " PS3="Select the Server-Function: "
select opt in just_lxc zmb-standalone zmb-member zmb-pdc mailpiler matrix quit; do select opt in just_lxc zmb-standalone zmb-member zmb-ad mailpiler matrix quit; do
case $opt in case $opt in
just_lxc) just_lxc)
echo "Debian-only LXC container selected" echo "Debian-only LXC container selected"
@ -76,7 +76,7 @@ select opt in just_lxc zmb-standalone zmb-member zmb-pdc mailpiler matrix quit;
sleep 2; sleep 2;
break break
;; ;;
zmb-pdc) zmb-ad)
echo "Selected Zamba AD DC" echo "Selected Zamba AD DC"
# TODO: write script for Zamba AD DC # TODO: write script for Zamba AD DC
echo "This function is not implemented yet! Exiting..." echo "This function is not implemented yet! Exiting..."