Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Nov 22, 2024
1 parent fcb8bf2 commit 15f7617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/l2/l2-gen-addresses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ check_addresses_exist() {
# If addresses already exist, first backup the .env file and run teardown
if check_addresses_exist; then
echo "Addresses already exist in .env file. Backing up and running teardown."
local timestamp=$(date +%s)
timestamp=$(date +%s)
cp "$ENV_FILE" "$ENV_FILE.bak-$timestamp"
./l2-teardown.sh
echo "Teardown complete."
Expand Down

0 comments on commit 15f7617

Please sign in to comment.