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.
2 parents 71ffe05 + eb769a3 commit bc9bea9Copy full SHA for bc9bea9
commands
@@ -8,12 +8,4 @@ set -eo pipefail
8
9
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/help-functions"
10
11
-if [[ ! -d $PLUGIN_CONFIG_ROOT ]]; then
12
- dokku_log_fail "$PLUGIN_SERVICE: Please run: sudo dokku plugin:install"
13
-fi
14
-
15
-if [[ ! -d $PLUGIN_DATA_ROOT ]]; then
16
17
18
19
fn-help "$@"
0 commit comments