Enhance bash shebangs
This commit is contained in:
parent
8b3e09d41c
commit
b5f302ac61
24 changed files with 24 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: libretime-analyzer
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -xv
|
||||
#!/usr/bin/env bash -xv
|
||||
|
||||
post_file() {
|
||||
#kill process after 30 minutes (360*5=30 minutes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue