Added welcome email for creator package
This commit is contained in:
parent
3a85181edb
commit
619af7a583
@ -105,6 +105,8 @@ if [ "$BUNDLE" = "starter" ]; then
|
|||||||
print_details_starter
|
print_details_starter
|
||||||
elif [ "$BUNDLE" = "team" ]; then
|
elif [ "$BUNDLE" = "team" ]; then
|
||||||
print_details_team
|
print_details_team
|
||||||
|
elif [ "$BUNDLE" = "creator" ]; then
|
||||||
|
print_details_creator
|
||||||
elif [ "$BUNDLE" = "ultimate" ]; then
|
elif [ "$BUNDLE" = "ultimate" ]; then
|
||||||
print_details
|
print_details
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user