From 5fc4f2f553363a0ae28279a106d5f15958c50387 Mon Sep 17 00:00:00 2001 From: John Kooker Date: Wed, 16 Aug 2017 06:40:37 -0700 Subject: [PATCH] Fix typo in postinstall --- install-scripts/postinstall | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-scripts/postinstall b/install-scripts/postinstall index 030340f..333cce4 100755 --- a/install-scripts/postinstall +++ b/install-scripts/postinstall @@ -2,15 +2,15 @@ set -e KEXT="/Library/Extensions/softu2f.kext" -LAUCNH_AGENTS_DIR="$HOME/Library/LaunchAgents" -LAUNCH_AGENT_PLIST="$LAUCNH_AGENTS_DIR/com.github.SoftU2F.plist" +LAUNCH_AGENTS_DIR="$HOME/Library/LaunchAgents" +LAUNCH_AGENT_PLIST="$LAUNCH_AGENTS_DIR/com.github.SoftU2F.plist" # Make sure the kext is loaded kextutil $KEXT # This directory should already exist, but some users have had issues with it # being missing. -mkdir -p $LAUCNH_AGENTS_DIR +mkdir -p $LAUNCH_AGENTS_DIR # Write a LaunchAgent plist so app starts at login cat > $LAUNCH_AGENT_PLIST << EOT