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:
┆Issue is synchronized with this Basecamp todo by Unito
If the script
dappnode_install.shfails 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:
set -eat the beginning of the script and print the error to the userdappnode_uninstall.shat the beggining of the scriptdappnode_uninstall.shin case there was any error┆Issue is synchronized with this Basecamp todo by Unito