From da6d6f65b80d4ad6692c8dd1becb3376296435d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 12 Apr 2023 07:47:51 +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, 1 insertion(+), 2 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index df24699..3be5f4e 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,7 +1,6 @@ #!/bin/bash -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 /etc/pam.d/tmpfile /etc/pam.d/sshd -echo uninstalled \ No newline at end of file +echo sshlogin2pushover uninstalled \ No newline at end of file