We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59079d9 commit 2728827Copy full SHA for 2728827
bin/v-add-web-domain-allow-users
@@ -1,13 +1,13 @@
1
#!/bin/bash
2
-# info: disables other users create subdomains
+# info: Alow other users create subdomains
3
# options: USER DOMAIN
4
# labels: web hestia
5
#
6
-# example: v-delete-web-domain-allow-users
+# example: v-add-web-domain-allow-users
7
8
# Disallow other users to create a new subdomain.
9
# eg: admin adds admin.com
10
-# user can't create user.admin.com
+# user can create user.admin.com
11
12
13
#----------------------------------------------------------#
0 commit comments