Skip to content

Commit 9547cb3

Browse files
committed
Modern k5start doesn't take units on -K
1 parent 9565df6 commit 9547cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-afs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kstartret=1
2222
while [ $kstartret -ne 0 ]; do
2323
(
2424
flock --exclusive 200
25-
k5start -f /etc/daemon.keytab -u daemon/sql.mit.edu -t -K 15m -l6h -b -p "$kstartpid" || exit 1
25+
k5start -f /etc/daemon.keytab -u daemon/sql.mit.edu -t -K 15 -l 6h -b -p "$kstartpid" || exit 1
2626
# If we get here, we're under both the lock and the k5start
2727

2828
# Get a list of all the mysql databases

0 commit comments

Comments
 (0)