Skip to content

Commit b085a04

Browse files
authored
Merge pull request #12 from hazcod/feat/calendarinterval
Feature: startcalendarinterval detection
2 parents d9379df + fba363c commit b085a04

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 -q 'StartInterval'; then
323+
if echo "$content" | grep -qE 'Start(Calendar)*Interval'; then
324324
load_items+=("${RED}Periodically")
325325
fi
326326

0 commit comments

Comments
 (0)