mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:09:43 +00:00
Align Touch ID enable output with log_success
This commit is contained in:
@@ -109,8 +109,7 @@ enable_touchid() {
|
||||
|
||||
# Apply the changes
|
||||
if sudo mv "$temp_file" "$PAM_SUDO_FILE" 2> /dev/null; then
|
||||
echo -e "${GREEN}${ICON_SUCCESS} Touch ID enabled${NC} ${GRAY}- try: sudo ls${NC}"
|
||||
echo ""
|
||||
log_success "Touch ID enabled - try: sudo ls"
|
||||
return 0
|
||||
else
|
||||
log_error "Failed to enable Touch ID"
|
||||
|
||||
Reference in New Issue
Block a user