From 92e31ab648110987fac0c49157f5475be9561a94 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Wed, 14 Sep 2011 02:56:41 -0700 Subject: [PATCH] this command is already run by stack --- build_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lxc.sh b/build_lxc.sh index 88a7443..067ecda 100755 --- a/build_lxc.sh +++ b/build_lxc.sh @@ -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