Skip to content

Commit

Permalink
remove rm -rf
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs committed Dec 12, 2024
1 parent 756b5c6 commit 4e4ee03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/l2/l2-stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -euo pipefail
echo "Stopping and removing OP chain containers..."
docker compose -f docker/docker-compose-l2.yml down

# Remove the .deploy directory
rm -rf "$(pwd)/.deploy"
# Remove(Move) the .deploy directory
sudo mv "$(pwd)/.deploy" "$(pwd)/.deploy-deprecated-$(date +%Y%m%d%H%M%S)"

# Remove the op-chain-deployment volume
echo "Removing the op-chain-deployment volume..."
Expand Down

0 comments on commit 4e4ee03

Please sign in to comment.