Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neutrinet_cube_install
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Neutrinet
neutrinet_cube_install
Commits
9e85fea0
Commit
9e85fea0
authored
Jan 19, 2020
by
HgO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfix exit trap function on Ctrl+C
parent
a1cb548f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
neutrinet_cube_install.sh
neutrinet_cube_install.sh
+2
-2
No files found.
neutrinet_cube_install.sh
View file @
9e85fea0
...
...
@@ -902,7 +902,7 @@ function cleanup_cube_resources() {
function
cleanup_resources_on_success
()
{
# No need to enter the trap function if we are already in the cleanup step
trap
"exit 1"
INT
trap
- ERR
INT
cleanup_hypercube_file
"y"
cleanup_cube_resources
"y"
...
...
@@ -910,7 +910,7 @@ function cleanup_resources_on_success() {
function
cleanup_resources_on_abort
()
{
# In case we want to exit the trap function with CTRL+C
trap
"exit 1"
INT
trap
- ERR
INT
echo
error
$"Installation aborted"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment