Skip to content

Commit

Permalink
Update update_ozone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes committed Oct 1, 2024
1 parent ced7173 commit e202796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tooling/update_ozone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ fi
# Clean up and delete OUTPUT_ZIP_FILE and ARTIFACT_ZIP_FILE
rm -f "$OUTPUT_ZIP_FILE" "$ARTIFACT_ZIP_FILE"
echo "Artifact extraction and cleanup completed successfully."

# Restart Ozone from scripts located in folder run/docker/scripts/
cd run/docker/scripts/
./stop-demo.sh
./start-demo.sh

0 comments on commit e202796

Please sign in to comment.