Skip to content

Commit dd46028

Browse files
committed
🗄 chore: Move macos-touch-id-sudo package
1 parent 8454936 commit dd46028

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

makefiles/macos.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ macos-settings:
167167
run "scripts/macos-settings.sh"
168168

169169
macos-touch-id-sudo:
170-
run "scripts/macos-touch-id-sudo.sh"
170+
run "pkg/macos-touch-id-sudo/macos-touch-id-sudo.sh"

scripts/macos-touch-id-sudo.sh renamed to pkg/macos-touch-id-sudo/macos-touch-id-sudo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/env bash
2-
set -e
1+
#!/bin/bash
2+
set -euo pipefail
33

44
TouchIDStatus=$(bioutil -rs | grep unlock | awk '{print $4}')
55
if [[ "${TouchIDStatus}" = "1" ]]; then

0 commit comments

Comments
 (0)