bank: Use new REVBANK_PLUGINS env var
Some checks failed
Test / build (push) Failing after 53s

This commit is contained in:
polyfloyd 2025-05-06 18:25:31 +02:00
parent e65ffd5dc7
commit 2f9ca22e90
3 changed files with 17 additions and 14 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
export REVBANK_DIR=/usr/local/share/revbank
export REVBANK_PLUGINS="$(cat $REVBANK_DIR/data/plugins | sed 's/ *#.*$//g' | sed '/^$/d' | tr '\n' ' ')"
$REVBANK_DIR/revbank