-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
installerThis issue is related to the installerThis issue is related to the installer
Description
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
dapplion
Metadata
Metadata
Assignees
Labels
installerThis issue is related to the installerThis issue is related to the installer