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
No related tags found
No related merge requests found
Pipeline #74669 passed
...@@ -16,7 +16,7 @@ TMP_FULLCHAIN=$(mktemp) ...@@ -16,7 +16,7 @@ TMP_FULLCHAIN=$(mktemp)
TMP_CA=$(mktemp) TMP_CA=$(mktemp)
TMP_KEY=$(mktemp) TMP_KEY=$(mktemp)
stty -echoctl # hide ^C tty -s && stty -echoctl # hide ^C
# function called by trap # function called by trap
clean_up() { clean_up() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment