migrate content #1

Merged
OCram85 merged 24 commits from migrate/content into main 2024-05-14 07:40:39 +02:00
Showing only changes of commit deef3aa5e1 - Show all commits

View File

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