Fixing shebang to follow script files convention
This commit is contained in:
parent
2e48e24b70
commit
910d648d67
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
INTERVAL="1" # update interval in seconds
|
||||
|
||||
|
|
Loading…
Reference in a new issue