Fix kprop cron

The space around the '=' was resulting in:

  /usr/local/bin/run-kprop.sh: 2: /usr/local/bin/run-kprop.sh: kdclist: not found

Change-Id: I7e1b5499cb324a5b7986e8fd98d5f8492eed3390
This commit is contained in:
James E. Blair 2014-10-20 15:49:11 -07:00
parent 5cb1be47f2
commit 7bb7596eb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
kdclist = "<% @slaves.each do |slave| -%><%= slave %> <% end -%>"
kdclist="<% @slaves.each do |slave| -%><%= slave %> <% end -%>"
kdb5_util dump /var/krb5kdc/slave_datatrans
for kdc in $kdclist
do