Update list-update.sh

This commit is contained in:
hp3icc 2022-04-17 19:58:09 -05:00 committed by GitHub
parent 15d47ad866
commit 7d328d3585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/fdmr
3)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/list-update.sh)" ;;
4)
break && /bin/menu;
/bin/menu;
esac
done
exit 0