xcat-core/xCAT-nbroot/overlay/etc/init.d/S99xcat

10 lines
174 B
Plaintext
Raw Normal View History

#!/bin/sh
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
(
while ! /bin/getdestiny.awk
do
echo "Retrying destiny retrieval"
done
/bin/dodestiny
) &