We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161ce8c commit e3a369bCopy full SHA for e3a369b
esxi-fix-pam-ssh-auth.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-grep '^#PAMFix' /etc/rc.local.d/local.sh
+grep '^#PAMFix' /etc/rc.local.d/local.sh > /dev/null 2>&1
4
5
if [ $? != 0 ]
6
then
0 commit comments