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