Skip to content

Uninstall dappnode and Exit if dappnode_install.sh fails #312

Open
@pablomendezroyo

Description

@pablomendezroyo

If the script dappnode_install.sh fails during dappnode installation, the process will continue even if any of the step has failed. This behaviour is not ideal and there should be a fallback process in case the script fails.

Consider:

  • Add set -e at the beginning of the script and print the error to the user
  • Download dappnode_uninstall.sh at the beggining of the script
  • Call dappnode_uninstall.sh in case there was any error
  • Ask the user to fix the issue depending on the error and rerun the script

┆Issue is synchronized with this Basecamp todo by Unito

Metadata

Metadata

Labels

installerThis issue is related to the installer

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions