mmdl: cleanup scripts

This commit is contained in:
vhsdream 2025-06-04 07:52:56 -04:00
parent 490bdb4b1d
commit b5dd69a7c0
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ function update_script() {
msg_ok "Started $APP" msg_ok "Started $APP"
msg_info "Cleaning Up" msg_info "Cleaning Up"
rm -rf ~/"$RELEASE".zip rm -f ~/"$RELEASE".zip
msg_ok "Cleanup Completed" msg_ok "Cleanup Completed"
# Last Action # Last Action

View File

@ -80,7 +80,6 @@ msg_ok "Created Service"
motd_ssh motd_ssh
customize customize
# Cleanup
msg_info "Cleaning up" msg_info "Cleaning up"
rm -f ~/${RELEASE}.zip rm -f ~/${RELEASE}.zip
$STD apt-get -y autoremove $STD apt-get -y autoremove