Forgo sleep shortening for now

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10536 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-09-16 19:15:23 +00:00
parent 9179880dbb
commit f3d17e5588

View File

@ -10,7 +10,6 @@ BEGIN {
print "restarting bootstrap process" |& listener
quit="yes"
system("echo \"" $0 "\" > /restart")
system("killall sleep")
close(listener)
}
}