fix debug script
Some checks failed
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline failed

This commit is contained in:
OCram85 2024-05-13 15:03:24 +02:00
parent 7685650cf1
commit deef3aa5e1

View File

@ -44,11 +44,10 @@ showENV () {
main() { main() {
if [ -n "$PLUGIN_DEBUG" ]; then if [ -n "$PLUGIN_DEBUG" ]; then
echo showENV
else else
sayW "Debug mode disabled." sayW "Debug mode disabled."
fi fi
showENV
} }
main "$@" main "$@"