Removed kill

This commit is contained in:
71Zombie 2021-10-27 09:08:45 -04:00
parent 1b7984b03f
commit 1329748878
1 changed files with 0 additions and 2 deletions

View File

@ -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