diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 8c1e27f..d6b3218 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -76,9 +76,7 @@ cleanup_corrupted_files() { # Cleanup function cleanup() { if [ -d "$TEMP_DIR" ]; then - echo -e "${YELLOW}Cleaning up temporary files...${NC}" rm -rf "$TEMP_DIR" - echo -e "${GREEN}Cleanup completed.${NC}" fi }