Skip to content

Commit

Permalink
Some folks clean up /etc/sysconfig/kcron for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Jun 10, 2024
1 parent b8d5805 commit ff5b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/kcrondestroy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ -r ~/.config/kcron ]]; then
source ~/.config/kcron
fi

KEYTAB=$(${KEYTAB_NAME_UTIL})
KEYTAB=$(${KEYTAB_NAME_UTIL:-/usr/libexec/kcron/client-keytab-name})
###########################################################
#
# Copyright 2023 Fermi Research Alliance, LLC
Expand Down

0 comments on commit ff5b538

Please sign in to comment.