Fix using /bin/sh instead of /bin/bash in journalscraper.sh

This commit is contained in:
wiz 2020-03-12 22:57:45 +09:00
parent 96934d9107
commit 71087674f4
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
HOSTNAME="${COLLECTD_HOSTNAME:-localhost}"
INTERVAL=750