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 6e537b4 commit d4af7a3Copy full SHA for d4af7a3
install
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
set -eo pipefail
3
[[ $DOKKU_TRACE ]] && set -x
4
+source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/config"
5
6
trigger-hostkeys-install() {
7
declare desc="installs the hostkeys"
0 commit comments