379999e08e
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6578 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
7 lines
119 B
Plaintext
Executable File
7 lines
119 B
Plaintext
Executable File
for udhcpc in `ps axf|grep -i udhcpc|grep -v grep|awk '{print $1}'`; do
|
|
kill -USR2 $udhcpc
|
|
done
|
|
sleep 5
|
|
reboot -f
|
|
|