Skip to content

Commit

Permalink
Fix stop
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Mar 23, 2024
1 parent 27235a2 commit 8ff6342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deployment/Containerized/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: philbot-containerized
Provides: philbot-deployment
Version: 2.9.4
Version: 2.9.5
Architecture: all
Depends: bash, debconf, coreutils, util-linux, findutils, parallel, awk, grep, cron, wget, curl, docker.io, iptables-persistent, jq, opentelemetry-shell (>= 2.6.1)
Conflicts: philbot-baremetal, philbot-k8s
Expand Down
2 changes: 1 addition & 1 deletion Deployment/Containerized/usr/bin/philbot_stop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
source /usr/bin/philbot_init_otel
source /opt/philbot/shards
{ echo -n philbot-scheduler philbot-discordgateway2httpmaster philbot-backend philbot-voice philbot-selfmonitoring; seq -s " philbot-discordgateway2http_" 0 $(($SHARD_COUNT-1)) | xargs -I '{}' echo philbot-discordgateway2http_'{}'; } | xargs parallel docker rm --force :::
{ echo -n philbot-scheduler philbot-discordgateway2httpmaster philbot-backend philbot-voice philbot-selfmonitoring ''; seq -s " philbot-discordgateway2http_" 0 $(($SHARD_COUNT-1)) | xargs -I '{}' echo philbot-discordgateway2http_'{}'; } | xargs parallel docker rm --force :::

0 comments on commit 8ff6342

Please sign in to comment.