There was an error while loading. Please reload this page.
2 parents 83f1c6b + 0e78e64 commit e106fa8Copy full SHA for e106fa8
1 file changed
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