mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-17 17:56:42 +00:00
refactor: remove verbose cleanup messages from temporary file removal
This commit is contained in:
parent
e0eaf6267f
commit
0a20821c41
@ -76,9 +76,7 @@ cleanup_corrupted_files() {
|
|||||||
# Cleanup function
|
# Cleanup function
|
||||||
cleanup() {
|
cleanup() {
|
||||||
if [ -d "$TEMP_DIR" ]; then
|
if [ -d "$TEMP_DIR" ]; then
|
||||||
echo -e "${YELLOW}Cleaning up temporary files...${NC}"
|
|
||||||
rm -rf "$TEMP_DIR"
|
rm -rf "$TEMP_DIR"
|
||||||
echo -e "${GREEN}Cleanup completed.${NC}"
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user