Save : Hide stderr for clean up.
This commit is contained in:
parent
ebcdd30fff
commit
47fc8ac39c
|
@ -15,5 +15,5 @@ function save() {
|
||||||
try rcp "${files[@]}" home:/storage/cold_1/backup/save/
|
try rcp "${files[@]}" home:/storage/cold_1/backup/save/
|
||||||
|
|
||||||
_info "Cleaning..."
|
_info "Cleaning..."
|
||||||
archive_prune
|
archive_prune 2> /dev/null
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue