Skip to content

Commit

Permalink
Merge pull request #73 from Native-Planet/nallux_dev
Browse files Browse the repository at this point in the history
added stop for groundseg service if running
  • Loading branch information
nallux-dozryl authored Dec 8, 2022
2 parents e2a0baf + a8c424d commit d6de26a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/groundseg_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ TAG=beta-3.3.7
SAVE_DIR=/opt/nativeplanet/groundseg
sudo mkdir -p $SAVE_DIR

# Stop GroundSeg if running
sudo systemctl stop groundseg

# Download GroundSeg binary
sudo wget -O $SAVE_DIR/groundseg \
https://github.com/$ACC/$REPO/releases/download/$TAG/groundseg
Expand Down

0 comments on commit d6de26a

Please sign in to comment.