Skip to content

Commit

Permalink
fix: update remove sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Jan 25, 2024
1 parent 36f1ac0 commit 45ff259
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions removeall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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-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 &
# nohup /data/Open-IM-Server/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30134 -c /data/Open-IM-Server/config --prometheus_port 40134 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30171 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40171 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30172 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40172 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30173 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40173 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30174 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40174 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30175 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40175 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30176 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40176 >> openIM.log 2>&1 &
nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-push --port 30177 -c /datat/Gordon/fork/open-im-server-gordon/config/ --prometheus_port 40177 >> openIM.log 2>&1 &
# nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30131 -c /datat/Gordon/fork/open-im-server-gordon/config --prometheus_port 40131 >> openIM.log 2>&1 &
# nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30132 -c /datat/Gordon/fork/open-im-server-gordon/config --prometheus_port 40132 >> openIM.log 2>&1 &
# nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30133 -c /datat/Gordon/fork/open-im-server-gordon/config --prometheus_port 40133 >> openIM.log 2>&1 &
# nohup /datat/Gordon/fork/open-im-server-gordon/_output/bin/platforms/linux/amd64/openim-rpc-msg --port 30134 -c /datat/Gordon/fork/open-im-server-gordon/config --prometheus_port 40134 >> openIM.log 2>&1 &
fi

0 comments on commit 45ff259

Please sign in to comment.