changed shebang of tlsproxy file to bash, because trap failed with sh (trap is a builtin of bash)

This commit is contained in:
Adrien 2022-11-09 18:53:21 +01:00
parent 9e19b2b5a2
commit 45fc3f4dd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -xe