add files
This commit is contained in:
parent
9dcd128770
commit
94fc6bae83
17
jgkinit
Executable file
17
jgkinit
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Script Name : JGKINIT
|
||||||
|
# Description : scritp 2 renew kerberos ticket
|
||||||
|
# Author : Josue Gomez
|
||||||
|
# Email : jgomez@jesrat.com
|
||||||
|
# Args : N/A
|
||||||
|
# Run Information : jgkinit
|
||||||
|
# Error Log : N/A
|
||||||
|
|
||||||
|
|
||||||
|
$(grep KRB_TELEF_PASS $MYENV)
|
||||||
|
|
||||||
|
main(){
|
||||||
|
echo $KRB_TELEF_PASS | kinit
|
||||||
|
}
|
||||||
|
main
|
||||||
Loading…
Reference in New Issue
Block a user