Removed kill
This commit is contained in:
parent
1b7984b03f
commit
1329748878
|
|
@ -108,8 +108,6 @@ sed -i 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' /etc/sudoers
|
||||||
# Replace in the same state
|
# Replace in the same state
|
||||||
cd $pwd
|
cd $pwd
|
||||||
|
|
||||||
top -b -n 1 | head | grep -A 1 PID | grep "^[0-9]" | cut -f1 -d" " | xargs kill
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Done - Please Eject Install Media and Reboot
|
# Done - Please Eject Install Media and Reboot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue