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