Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Acme Downloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Geant DevOps
Acme Downloader
Commits
11295a15
Unverified
Commit
11295a15
authored
2 years ago
by
Max Adamo
Browse files
Options
Downloads
Patches
Plain Diff
fix error on missing tty
parent
2a96a501
No related branches found
Branches containing commit
Tags
v1.2.6
Tags containing commit
No related merge requests found
Pipeline
#74669
passed
2 years ago
Stage: upload_linux_shell
Stage: upload_linux_amd64_binary
Stage: upload_windows_amd64_binary
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
acme-downloader.sh
+1
-1
1 addition, 1 deletion
acme-downloader.sh
with
1 addition
and
1 deletion
acme-downloader.sh
+
1
−
1
View file @
11295a15
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment