mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This may require just doing an mv on the home directory, plus changing the home directory in /etc/passwd. It should of course be done carefully. (imported from commit 660997d897ee6d33563af74f0fc5d4267a911755)
3 lines
162 B
Bash
Executable File
3 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
env KRB5CCNAME=/tmp/krb5cc_1000.tmp kinit -k -t /home/zulip/tabbott.extra.keytab tabbott/extra@ATHENA.MIT.EDU; mv /tmp/krb5cc_1000.tmp /tmp/krb5cc_1000
|