Skip to content

Commit

Permalink
Don't remove anything without force
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Dec 6, 2024
1 parent 98c19a9 commit 7f55bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/app-stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ home_path=/home/ubuntu
bin_path=/usr/bin
docker_path=$home_path/.docker/cli-plugins

cd $home_path/snx-api &&
$docker_path/docker-compose down --volumes &&
$bin_path/docker system prune --all --volumes --force
cd $home_path/snx-api
$docker_path/docker-compose down
$bin_path/docker system prune --all --volumes --force

0 comments on commit 7f55bac

Please sign in to comment.