mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Fix that only the output the last plugin command is shown
Plugin "commands" should end with "cat" because the output of each plugin's command is piped through the next one by pluginhook
This commit is contained in:
@@ -12,3 +12,4 @@ EOF
|
||||
;;
|
||||
|
||||
esac
|
||||
cat
|
||||
|
||||
@@ -15,3 +15,4 @@ EOF
|
||||
;;
|
||||
|
||||
esac
|
||||
cat
|
||||
|
||||
Reference in New Issue
Block a user