Skip to content

Commit bc9bea9

Browse files
authored
Merge pull request #127 from dokku/josegonzalez-patch-1
fix: remove folder checks from help command output
2 parents 71ffe05 + eb769a3 commit bc9bea9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

commands

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,4 @@ set -eo pipefail
88

99
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/help-functions"
1010

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-
dokku_log_fail "$PLUGIN_SERVICE: Please run: sudo dokku plugin:install"
17-
fi
18-
1911
fn-help "$@"

0 commit comments

Comments
 (0)