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 19, 2023
1 parent 7134fe5 commit 4e6a14e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions removeall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ if [ $? -eq 0 ]; then
docker-compose -f docker-compose-a.yml up -d && \
make start

nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30171 -c /data/Open-IM-Server/config/ --prometheus_port 40171 >> openIM.log 2>&1 &
nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30172 -c /data/Open-IM-Server/config/ --prometheus_port 40172 >> openIM.log 2>&1 &
nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30173 -c /data/Open-IM-Server/config/ --prometheus_port 40173 >> openIM.log 2>&1 &
nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30174 -c /data/Open-IM-Server/config/ --prometheus_port 40174 >> openIM.log 2>&1 &
nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30175 -c /data/Open-IM-Server/config/ --prometheus_port 40175 >> openIM.log 2>&1 &
nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30176 -c /data/Open-IM-Server/config/ --prometheus_port 40176 >> openIM.log 2>&1 &
nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30177 -c /data/Open-IM-Server/config/ --prometheus_port 40177 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30171 -c /data/Open-IM-Server/config/ --prometheus_port 40171 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30172 -c /data/Open-IM-Server/config/ --prometheus_port 40172 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30173 -c /data/Open-IM-Server/config/ --prometheus_port 40173 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30174 -c /data/Open-IM-Server/config/ --prometheus_port 40174 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30175 -c /data/Open-IM-Server/config/ --prometheus_port 40175 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30176 -c /data/Open-IM-Server/config/ --prometheus_port 40176 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-push --port 30177 -c /data/Open-IM-Server/config/ --prometheus_port 40177 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30131 -c /data/Open-IM-Server/config --prometheus_port 40131 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30132 -c /data/Open-IM-Server/config --prometheus_port 40132 >> openIM.log 2>&1 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30133 -c /data/Open-IM-Server/config --prometheus_port 40133 >> openIM.log 2>&1 &
Expand Down

0 comments on commit 4e6a14e

Please sign in to comment.