mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
Fix using /bin/sh instead of /bin/bash in journalscraper.sh
This commit is contained in:
parent
96934d9107
commit
71087674f4
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
HOSTNAME="${COLLECTD_HOSTNAME:-localhost}"
|
||||
INTERVAL=750
|
||||
|
Loading…
Reference in New Issue
Block a user