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 fa86a71 commit 0dce643Copy full SHA for 0dce643
bin/v-add-mail-domain
@@ -198,6 +198,11 @@ if [ -n "$WEB_SYSTEM" ] || [ -n "$PROXY_SYSTEM" ]; then
198
fi
199
200
201
+# Run extension trigger
202
+if [ -x "$HESTIA/data/extensions/add-mail-domain.sh" ]; then
203
+ $HESTIA/data/extensions/add-mail-domain.sh "$domain"
204
+fi
205
+
206
#----------------------------------------------------------#
207
# Hestia #
208
0 commit comments