diff options
-rwxr-xr-x | enable_organizations.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/enable_organizations.sh b/enable_organizations.sh new file mode 100755 index 00000000000..a671d0bf6d6 --- /dev/null +++ b/enable_organizations.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# the user "admin" becomes root and can create organizations + +curl -XPOST -u admin:admin "http://localhost:9000/api/organizations/enable_support" |