Browse Source

Do not spam std* on Kerberos ticket check

Alois Mahdal 10 years ago
parent
commit
b27787e515
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libexec/saturnin-iam

+ 1
- 1
libexec/saturnin-iam View File

@@ -129,7 +129,7 @@ i_am_back() {
129 129
         start_familiar $f
130 130
     done
131 131
     set_status "back"
132
-    klist || urxvt -e kinit
132
+    klist -s || urxvt -e kinit
133 133
 }
134 134
 
135 135
 i_am_bbl() {