Skip to content

Commit 8c2c766

Browse files
authored
Merge pull request #17 from KishanBagaria/master
2 parents 1fcc254 + d184dae commit 8c2c766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maclaunch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function disablePeriodic() {
139139
function listKernelExtensions {
140140
local filter="$1"
141141

142-
if isSystemItemsDisabled; then
142+
if ! isSystemItemsEnabled; then
143143
return
144144
fi
145145

@@ -321,7 +321,7 @@ function listLaunchItems {
321321

322322
# add system dirs too if we supplied the system parameter
323323
if [ "$filter" == "system" ]; then
324-
if ! isSystemItemsDisabled; then
324+
if isSystemItemsEnabled; then
325325
itemDirectories=("${itemDirectories[@]}" "${system_dirs[@]}")
326326
filter=""
327327
fi

0 commit comments

Comments
 (0)