bots: Move zephyr-related files to api/integrations/zephyr/.
This commit is contained in:
parent
f0beaa3f1e
commit
3dda07bad0
7 changed files with 2 additions and 2 deletions
3
integrations/zephyr/zmirror-renew-kerberos
Executable file
3
integrations/zephyr/zmirror-renew-kerberos
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
krb_user_id=1051
|
||||
env KRB5CCNAME=/tmp/krb5cc_"$krb_user_id".tmp kinit -k -t /home/zulip/tabbott.extra.keytab tabbott/extra@ATHENA.MIT.EDU; mv /tmp/krb5cc_"$krb_user_id".tmp /tmp/krb5cc_"$krb_user_id"
|
Loading…
Add table
Add a link
Reference in a new issue