Skip to content

Commit

Permalink
added docker stop and top of docker start
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Oct 19, 2022
1 parent dad4aff commit 61fb448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source ${SCRIPT_DIR}/vars.sh

# cleanup any stale state
docker-compose down
make stop-docker
rm -rf $SCRIPT_DIR/state $SCRIPT_DIR/logs/*.log $SCRIPT_DIR/logs/temp
mkdir -p $SCRIPT_DIR/logs

Expand Down

0 comments on commit 61fb448

Please sign in to comment.