Browse Source

typo

master
Robin Thoni 7 years ago
parent
commit
5b836fc18c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pam/install

+ 2
- 2
pam/install View File

@@ -2,10 +2,10 @@
2 2
 
3 3
 dir="$(dirname $(readlink -f "${0}"))"
4 4
 
5
-cp "${dir}/notify-pma.sh" /usr/local/bin/notify-pma &&
5
+cp "${dir}/notify-pam.sh" /usr/local/bin/notify-pam &&
6 6
 if [ ! -f /etc/pam.d/notify-pam ]
7 7
 then
8
-  cp "${dir}/notify-pma" /etc/pam.d/notify-pma &&
8
+  cp "${dir}/notify-pam" /etc/pam.d/notify-pam &&
9 9
   echo "@include notify-pam" >> /etc/pam.d/sudo &&
10 10
   echo "@include notify-pam" >> /etc/pam.d/common-session
11 11
 fi

Loading…
Cancel
Save