9 lines
188 B
Bash
9 lines
188 B
Bash
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# Call Mythic's DNS hook.
|
||
|
/etc/dehydrated/dehydrated-mythic-dns01/dehydrated-mythic-dns01.sh "$@"
|
||
|
|
||
|
# Now our deployment script.
|
||
|
|
||
|
/etc/dehydrated/hooks/deploy.sh "$@"
|