added esac to prevent error
All checks were successful
Update Dispatches / refresh-news (push) Successful in 0s
All checks were successful
Update Dispatches / refresh-news (push) Successful in 0s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user