summarylogtreecommitdiffstats
path: root/dokku.install
diff options
context:
space:
mode:
Diffstat (limited to 'dokku.install')
-rw-r--r--dokku.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/dokku.install b/dokku.install
index fc2a0ae0b3f8..20fb8bd293cd 100644
--- a/dokku.install
+++ b/dokku.install
@@ -43,9 +43,6 @@ post_install() {
fi
done
find -L $DOKKU_LIB_ROOT -type l -delete
-
- echo "Install all core plugins"
- dokku plugin:install --core
chown dokku:dokku -R "$DOKKU_LIB_ROOT/plugins" "$DOKKU_LIB_ROOT/core-plugins"
echo "Ensure proper sshcommand path"
@@ -57,6 +54,9 @@ post_install() {
rm "$DOKKU_ROOT/.ssh/authorized_keys"
fi
+ echo "Install all core plugins"
+ dokku plugin:install --core
+
echo "Update version file"
rm -f "$DOKKU_ROOT/VERSION"
cp "$DOKKU_LIB_ROOT/VERSION" "$DOKKU_ROOT/VERSION"