output: Tools — success status and safety-check lines visible

This commit is contained in:
Gmer4Lfe
2026-06-01 20:30:05 -04:00
parent e18ee9fcf0
commit 8f696d85f7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ elif [[ ${#FAIL[@]} -gt 0 ]]; then
notify "Permissions repair failed on $(hostname)${FAIL[*]}" \
"Permissions Repair" "warning"
else
log "$ICON_DONE Status: done — ${#PASS[@]} path(s) repaired"
echo "$ICON_DONE Status: done — ${#PASS[@]} path(s) repaired"
fi
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"