Skip to content
Snippets Groups Projects
Unverified Commit 11295a15 authored by Max Adamo's avatar Max Adamo
Browse files

fix error on missing tty

parent 2a96a501
No related branches found
Tags v1.2.6
No related merge requests found
Pipeline #74669 passed
......@@ -16,7 +16,7 @@ TMP_FULLCHAIN=$(mktemp)
TMP_CA=$(mktemp)
TMP_KEY=$(mktemp)
stty -echoctl # hide ^C
tty -s && stty -echoctl # hide ^C
# function called by trap
clean_up() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment