Update backrest.sh

This commit is contained in:
CanbiZ 2025-05-27 16:33:55 +02:00
parent 8a5815bbb3
commit e42ae24724

View File

@ -48,8 +48,6 @@ function update_script() {
msg_info "Cleaning up"
rm -f "$temp_file"
apt-get -y autoremove
apt-get -y autoclean
msg_ok "Cleaned up"
msg_ok "Updated Successfully"
else