mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Merge pull request #4054 from wiz/fix-networksize-journalscraper-script
Fix using /bin/sh instead of /bin/bash in journalscraper.sh
This commit is contained in:
commit
d30c5a8308
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
HOSTNAME="${COLLECTD_HOSTNAME:-localhost}"
|
||||
INTERVAL=750
|
||||
|
|
Loading…
Add table
Reference in a new issue