From ed2796495447725b8c521cac950c15953bc18f19 Mon Sep 17 00:00:00 2001 From: asepms92 Date: Fri, 20 Oct 2023 23:45:24 +0700 Subject: [PATCH] Typo --- Tools/bin/AsusSMC/install_daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/bin/AsusSMC/install_daemon.sh b/Tools/bin/AsusSMC/install_daemon.sh index 5f6f8cb..206a503 100755 --- a/Tools/bin/AsusSMC/install_daemon.sh +++ b/Tools/bin/AsusSMC/install_daemon.sh @@ -28,6 +28,6 @@ sudo xattr -d com.apple.quarantine /Library/LaunchAgents/com.hieplpvip.AsusSMCDa sudo launchctl load /Library/LaunchAgents/com.hieplpvip.AsusSMCDaemon.plist -echo -e "BatteryProcessorCoreControl is installed and loaded. Enjoy!" +echo -e "AsusSMCDaemon is installed and loaded. Enjoy!" exit 0