From 7ef1c16440b7b15d293655ded165ae24ca98cb8b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 Dec 2024 15:42:51 +0000 Subject: [PATCH] First test dev provisioner --- bin/install-federated | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/install-federated b/bin/install-federated index 3cad743..8eb5856 100755 --- a/bin/install-federated +++ b/bin/install-federated @@ -145,17 +145,17 @@ add_cron run_finishtasks # Print out federated environment details -echo -ne "\n\n" -if [ "$BUNDLE" = "starter" ]; then - create_email_withoutvpn -elif [ "$BUNDLE" = "team" ]; then - create_email_withoutvpn -elif [ "$BUNDLE" = "creator" ]; then - create_email_withoutvpn -elif [ "$BUNDLE" = "enterprise" ]; then - create_email_withvpn -else - create_email_withvpn -fi +#echo -ne "\n\n" +#if [ "$BUNDLE" = "starter" ]; then +# create_email_withoutvpn +#elif [ "$BUNDLE" = "team" ]; then +# create_email_withoutvpn +#elif [ "$BUNDLE" = "creator" ]; then +# create_email_withoutvpn +#elif [ "$BUNDLE" = "enterprise" ]; then +# create_email_withvpn +#else +# create_email_withvpn +#fi echo -ne "\n\n" exit 0