Skip to content

Commit

Permalink
add veilid-server-stop
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Dec 18, 2023
1 parent eb3ccbe commit 1348068
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions veilid-server-stop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# run veilid

cd $(dirname $0); set -xe

docker stop veilid-node

0 comments on commit 1348068

Please sign in to comment.