From: Andy Bavier Date: Wed, 5 Sep 2012 19:55:00 +0000 (-0400) Subject: Fix path for vsh X-Git-Tag: nodemanager-2.1-10~1 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=611f8c5124c569a8072d597465dbf39d5b4a6c4a Fix path for vsh --- diff --git a/sliver_lxc.py b/sliver_lxc.py index 212b7e6..d3e077f 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/vsh' + SHELL = '/usr/sbin/vsh' TYPE = 'sliver.LXC' # Need to add a tag at myplc to actually use this account # type = 'sliver.LXC'