fix output order
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline was successful

This commit is contained in:
OCram85 2024-05-14 07:21:00 +02:00
parent ce9cb10c89
commit 7aaf7064f0

View File

@ -45,7 +45,9 @@ showENV () {
main() { main() {
if [ -n "$PLUGIN_DEBUG" ]; then if [ -n "$PLUGIN_DEBUG" ]; then
sayW "Debug mode enabled.Showing plugin settings:"
showENV showENV
exit 0
else else
sayW "Debug mode disabled." sayW "Debug mode disabled."
fi fi