1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

🎨 Optimize code structure and reuse

This commit is contained in:
Tw93
2025-10-05 20:33:30 +08:00
parent a06b2e7418
commit 85fd92fa03
4 changed files with 76 additions and 53 deletions

View File

@@ -270,7 +270,8 @@ start_cleanup() {
if [[ -t 0 ]]; then
echo ""
echo "System-level cleanup removes system caches and temp files, optional."
echo -en "${BLUE}Enter admin password to enable, or press Enter to skip: ${NC}"
echo -e "${BLUE}Enter admin password to enable, or press Enter to skip:${NC}"
echo -n "> "
read -s password
echo ""