forked from Deuxfleurs/nixcfg
changed shebang of tlsproxy file to bash, because trap failed with sh (trap is a builtin of bash)
This commit is contained in:
parent
9e19b2b5a2
commit
45fc3f4dd4
1 changed files with 1 additions and 1 deletions
2
tlsproxy
2
tlsproxy
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -xe
|
||||
|
||||
|
|
Loading…
Reference in a new issue