added esac to prevent error
All checks were successful
Update Dispatches / refresh-news (push) Successful in 0s

This commit is contained in:
2026-02-06 07:21:57 -05:00
parent bf77f35bed
commit b787b5780b

View File

@@ -53,4 +53,5 @@ if [ -f "/usr/local/bin/dynr" ]; then
exit 0 ;;
2) echo -e "${BLUE}Proceeding...${NC}" ;;
3) sudo rm -rf /opt/dynr /usr/local/bin/dynr; exit 0 ;;
*) exit
*) exit
esac