Skip to content

Commit 8b0aeb5

Browse files
committed
another typo
1 parent 5d690f3 commit 8b0aeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archbashstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ gzip -d -f < extra.db > "extra.tar" || die "Error during gzip -d for extra.db"
6666
msg2 "Unpacking (2/3)..."
6767
mkdir core_db || die "Error during creating directory 'core_db'"
6868
mkdir extra_db || die "Error during creating directory 'extra_db'"
69-
tar -x -f core.db -C core_db || die "Error during tar -x -f core.db"
70-
tar -x -f extra.db -C extra_db || die "Error during tar -x -f extra.db"
69+
tar -x -f core.tar -C core_db || die "Error during tar -x -f core.db"
70+
tar -x -f extra.tar -C extra_db || die "Error during tar -x -f extra.db"
7171
msg2 "Unpacking (3/3)..."
7272
rm -r core.db core.tar extra.db extra.tar || die "Error during removing database files"
7373
msg "Done"

0 commit comments

Comments
 (0)