This commit is contained in:
parent
e65ffd5dc7
commit
2f9ca22e90
3 changed files with 17 additions and 14 deletions
6
roles/bank/templates/login.sh
Normal file
6
roles/bank/templates/login.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue