Update pf2etools.sh

This commit is contained in:
CanbiZ 2025-01-04 20:10:03 +01:00 committed by GitHub
parent e191b94151
commit 314f932764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ function update_script() {
# Cleaning up
msg_info "Cleaning Up"
rm "${RELEASE}.zip"
rm -rf /opt/${APP}/${RELEASE}.zip
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleanup Completed"