Skip to content

Commit

Permalink
fix: online notifications do not push to herself.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Dec 13, 2023
1 parent 9cc351c commit a5cd30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions removeall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
make stop
if [ $? -eq 0 ]; then
docker-compose -f docker-compose-a.yml down && \
rm -rf ./components/kafka/ &&\
rm -rf ./components/redis/ &&\
rm -rf ./components/mongodb/ && \
rm -rf ./components/kafka/* &&\
rm -rf ./components/redis/* &&\
rm -rf ./components/mongodb/* && \
rm ./logs/* && \
docker-compose -f docker-compose-a.yml up -d && \
make start
Expand Down

0 comments on commit a5cd30a

Please sign in to comment.