correcting tar cleanup directory

This commit is contained in:
Omar 2025-05-23 03:02:12 -04:00
parent f6775ba8a7
commit e49c02db8c

View File

@ -71,7 +71,7 @@ motd_ssh
customize
msg_info "Cleaning up"
$STD rm -f /opt/ConvertX-${RELEASE}.tar.gz
$STD rm -f /opt/convertx/ConvertX-${RELEASE}.tar.gz
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"