From 0214164541351badc2c248962ee2cbd756d8e8a7 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 5 Sep 2012 09:27:37 -0400 Subject: [PATCH] Switch back to vsh, now provided by lxc tools --- sliver_lxc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sliver_lxc.py b/sliver_lxc.py index b398448..212b7e6 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -18,7 +18,7 @@ from sliver_libvirt import Sliver_Libvirt class Sliver_LXC(Sliver_Libvirt, Initscript): """This class wraps LXC commands""" - SHELL = '/bin/sshsh' + SHELL = '/bin/vsh' TYPE = 'sliver.LXC' # Need to add a tag at myplc to actually use this account # type = 'sliver.LXC' -- 2.43.0