From 939196c1189438eb89e560c904292437a4aaae57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 07:45:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Euninstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uninstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 74f7a1b..df24699 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -2,5 +2,6 @@ echo starting uninstall rm -rf /opt/push rm /usr/local/bin/sshlogin.sh -grep -v "session optional pam_exec.so seteuid /usr/local/bin/sshlogin.sh" /etc/pam.d/sshd > /etc/pam.d/tmpfile && mv tmpfile /etc/pam.d/sshd +grep -v "session optional pam_exec.so seteuid /usr/local/bin/sshlogin.sh" /etc/pam.d/sshd > /etc/pam.d/tmpfile +mv /etc/pam.d/tmpfile /etc/pam.d/sshd echo uninstalled \ No newline at end of file