mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-22 23:44:26 +01:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
$FILTERS=" "
|
|
if [[ "$TEST_FILTERS" ]]; then
|
|
$FILTERS="--filter $TEST_FILTERS"
|
|
fi
|