Save : Hide stderr for clean up.

This commit is contained in:
Dmitry Voronin 2024-02-28 13:59:02 +03:00
parent ebcdd30fff
commit 47fc8ac39c

View file

@ -15,5 +15,5 @@ function save() {
try rcp "${files[@]}" home:/storage/cold_1/backup/save/
_info "Cleaning..."
archive_prune
archive_prune 2> /dev/null
}