From c160c942924591829c14b4a1e0aa072788835379 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 13 May 2020 18:31:45 -0400 Subject: [PATCH] fixes --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index 06aaa5c..d11bd10 100755 --- a/index.sh +++ b/index.sh @@ -46,7 +46,7 @@ sudo_ldap_template="$(cat files/sudo-ldap.conf)" echo "$sudo_ldap_template" | mo > /etc/sudo-ldap.conf ## Set up SSHkey via LDAP -sudo_ldap_template="$(cat files/ldap-ssh-key)" +sudo_ldap_template="$(cat files/ldap-ssh-key.sh)" echo "$sudo_ldap_template" | mo > /usr/local/bin/ldap-ssh-key chmod +x /usr/local/bin/ldap-ssh-key