Skip to content

Commit fba363c

Browse files
authored
fix: make startcalendarinterval quiet again
1 parent 3ceeec4 commit fba363c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maclaunch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function listLaunchItems {
320320
load_items+=("${YELLOW}OnFilesystemMount")
321321
fi
322322

323-
if echo "$content" | grep -E 'Start(Calendar)*Interval'; then
323+
if echo "$content" | grep -qE 'Start(Calendar)*Interval'; then
324324
load_items+=("${RED}Periodically")
325325
fi
326326

0 commit comments

Comments
 (0)