Skip to content

Commit ccf6624

Browse files
committed
Remove db.dump file after restoring database in restore_mariadb function in helpers.sh
1 parent 8683ec9 commit ccf6624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ restore_mariadb() {
5454
-u $DATABASE_USER \
5555
--password="$DATABASE_PASSWORD" "$MARIADB_EXTRA_OPTS" \
5656
$DATABASE_NAME < db.dump
57-
rm db.dump
5857
}

0 commit comments

Comments
 (0)