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:
sqrrm 2020-03-15 17:34:14 +01:00 committed by GitHub
commit d30c5a8308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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