mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
14
plugins/haproxy-vhosts/post-delete
Executable file
14
plugins/haproxy-vhosts/post-delete
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
source "$PLUGIN_CORE_AVAILABLE_PATH/common/property-functions"
|
||||
set -eo pipefail
|
||||
[[ $DOKKU_TRACE ]] && set -x
|
||||
|
||||
trigger-haproxy-vhosts-post-delete() {
|
||||
declare desc="haproxy-vhosts post-delete trigger"
|
||||
declare trigger="post-delete"
|
||||
declare APP="$1"
|
||||
|
||||
fn-plugin-property-destroy "haproxy" "$APP"
|
||||
}
|
||||
|
||||
trigger-haproxy-vhosts-post-delete "$@"
|
||||
Reference in New Issue
Block a user