Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Neutrinet
  • neutrinet_cube_install
  • Issues
  • #24

Closed
Open
Opened Jan 20, 2020 by HgO@HgOOwner

Issues with the cleanup function when aborting

There are two bugs with the cleanup function when we interrupt the script:

  • After a read -s, the user inputs are kept hidden (e.g, try Ctrl+C after a password prompt)
  • After the prompt for sudo password, the user is not asked to remove the resources. This is because at this point in the script, we are in the cube_resources folder, so the cleanup function is checking to remove resources that would be located relatively to this folder... Solution is to use absolute paths.
Edited Jan 20, 2020 by HgO
Assignee
Assign to
Install Party 16/02/2020
Milestone
Install Party 16/02/2020 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: Neutrinet/neutrinet_cube_install#24