Fix path for vsh
authorAndy Bavier <acb@cs.princeton.edu>
Wed, 5 Sep 2012 19:55:00 +0000 (15:55 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Wed, 5 Sep 2012 19:55:00 +0000 (15:55 -0400)
sliver_lxc.py

index 212b7e6..d3e077f 100644 (file)
@@ -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'