Skip to content

Commit d6f6617

Browse files
committed
Fixed comment in install.sh
With the new location for the scripts.
1 parent b597759 commit d6f6617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
#
33
# Install the script by moving the two script files
4-
# to the user home directory ~ (hiding them with a dot .)
5-
# and then hooking them to the login and logout
4+
# to the /Library/LogHook/ directory and then
5+
# hooking them to the login and logout.
66
#
77

88
installation_folder="/Library/LogHook/"

0 commit comments

Comments
 (0)