First test dev provisioner
This commit is contained in:
parent
6e7208ea1c
commit
7ef1c16440
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user