mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
The extension for zstd-compressed files is ".zst".
Reported by: manu
This commit is contained in:
parent
ba79ab8215
commit
fe1ba25039
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ symlinks_remove(void)
|
|||
(void)unlink("key.last");
|
||||
(void)unlink("vmcore.last");
|
||||
(void)unlink("vmcore.last.gz");
|
||||
(void)unlink("vmcore.last.zstd");
|
||||
(void)unlink("vmcore.last.zst");
|
||||
(void)unlink("vmcore_encrypted.last");
|
||||
(void)unlink("vmcore_encrypted.last.gz");
|
||||
(void)unlink("textdump.tar.last");
|
||||
|
|
|
|||
Loading…
Reference in a new issue