First test dev provisioner

This commit is contained in:
root 2024-12-18 15:42:51 +00:00
parent 6e7208ea1c
commit 7ef1c16440

View File

@ -145,17 +145,17 @@ add_cron
run_finishtasks run_finishtasks
# Print out federated environment details # Print out federated environment details
echo -ne "\n\n" #echo -ne "\n\n"
if [ "$BUNDLE" = "starter" ]; then #if [ "$BUNDLE" = "starter" ]; then
create_email_withoutvpn # create_email_withoutvpn
elif [ "$BUNDLE" = "team" ]; then #elif [ "$BUNDLE" = "team" ]; then
create_email_withoutvpn # create_email_withoutvpn
elif [ "$BUNDLE" = "creator" ]; then #elif [ "$BUNDLE" = "creator" ]; then
create_email_withoutvpn # create_email_withoutvpn
elif [ "$BUNDLE" = "enterprise" ]; then #elif [ "$BUNDLE" = "enterprise" ]; then
create_email_withvpn # create_email_withvpn
else #else
create_email_withvpn # create_email_withvpn
fi #fi
echo -ne "\n\n" echo -ne "\n\n"
exit 0 exit 0