Skip to content

Commit a2db3bf

Browse files
Update surge-remover.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7ebc777 commit a2db3bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

surge-remover.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,13 @@ remove_db() {
7272
fi
7373

7474
# Recreate .gitkeep files
75+
mkdir -p ./execution-data
7576
touch ./execution-data/.gitkeep
77+
mkdir -p ./blockscout-postgres-data
7678
touch ./blockscout-postgres-data/.gitkeep
79+
mkdir -p ./mysql-data
7780
touch ./mysql-data/.gitkeep
81+
mkdir -p ./rabbitmq
7882
touch ./rabbitmq/.gitkeep
7983

8084
echo

0 commit comments

Comments
 (0)