2007-10-26 22:44:33 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
2008-01-29 21:22:34 +00:00
|
|
|
|
2007-10-31 03:42:29 +00:00
|
|
|
while ! /bin/getdestiny
|
2007-10-26 22:44:33 +00:00
|
|
|
do
|
|
|
|
echo "Retrying destiny retrieval"
|
2008-01-29 21:22:34 +00:00
|
|
|
sleep 3
|
|
|
|
ifconfig
|
2007-10-26 22:44:33 +00:00
|
|
|
done
|
2008-01-29 21:22:34 +00:00
|
|
|
. /bin/dodestiny
|