this command is already run by stack

This commit is contained in:
Anthony Young 2011-09-14 02:56:41 -07:00
parent 56e6292e1f
commit 92e31ab648

View file

@ -128,7 +128,7 @@ echo "nameserver $NAMESERVER" | sudo resolvconf -a eth0
sleep 1
# Kill any existing screens
su -c "killall screen" stack
killall screen
# Install and run stack.sh
sudo apt-get update