Merge pull request #4 from skogsbrus/master
Fix bash path to be compatible with non-FHS systems such as NixOS
This commit is contained in:
commit
605cbc8b64
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
POLL_INTERVAL=10 # seconds
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue