aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien <adrien@luxeylab.net>2022-11-09 18:53:21 +0100
committerAdrien <adrien@luxeylab.net>2022-11-09 18:53:21 +0100
commit45fc3f4dd492ffabf641cef18e87ec0b47beb140 (patch)
tree03df17858986bb68398b8048bcdeaf30696e8a4b
parent9e19b2b5a20b672e50c144d424919d92c9a4869a (diff)
downloadnixcfg-45fc3f4dd492ffabf641cef18e87ec0b47beb140.tar.gz
nixcfg-45fc3f4dd492ffabf641cef18e87ec0b47beb140.zip
changed shebang of tlsproxy file to bash, because trap failed with sh (trap is a builtin of bash)
-rwxr-xr-xtlsproxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/tlsproxy b/tlsproxy
index 1ddeafa..bd639b2 100755
--- a/tlsproxy
+++ b/tlsproxy
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -xe