From 05a2f9ed5fa8929ee45f77e3301b478e5b1ed447 Mon Sep 17 00:00:00 2001 From: Mayank Kumar Date: Fri, 4 Jan 2019 17:01:01 -0500 Subject: [PATCH] Update search paths --- set-eGPU.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/set-eGPU.sh b/set-eGPU.sh index 44f8b6d..c976e98 100755 --- a/set-eGPU.sh +++ b/set-eGPU.sh @@ -51,14 +51,13 @@ GPU_EJECT_POLICY_VALUE="relaunch" # PlistBuddy PlistBuddy="/usr/libexec/PlistBuddy" -GPU_PLIST="${HOME}/Library/Preferences/com.apple.gpu.plist" # Exempt App Location(s) UTILITIES="/Applications/Utilities" # Found application(s) history APPS_LIST=() -SEARCH_PATHS=("/Applications/" "/Users/${SUDO_USER}/Applications/" "/Users/${SUDO_USER}/Library/Application Support/") +SEARCH_PATHS=("/Applications/" "${HOME}/Applications/" "${HOME}/Library/Application Support/") PlistBuddy="/usr/libexec/PlistBuddy" # ----- SOFTWARE UPDATES & INSTALLATION