]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Fix weird syntax error
authorJohn Dilley <john.dilley@citrix.com>
Wed, 4 Nov 2015 14:54:37 +0000 (14:54 +0000)
committerJohn Dilley <john.dilley@citrix.com>
Wed, 4 Nov 2015 14:54:37 +0000 (14:54 +0000)
exec/xenrt/objects.py

index 4be180cf7743ecf3c61e97cee45bb07b047ee956..05ca493570f572372d369429c7adb84aee0be260 100755 (executable)
@@ -5437,7 +5437,6 @@ class GenericHost(GenericPlace):
         if persist:
             self.execdom0("echo 'rm -f %s/.run' >> /etc/rc.d/rc.local" %
                           (self.guestconsolelogs))
-                          s
             self.execdom0("echo 'mkdir -p %s' >> /etc/rc.d/rc.local" % (self.guestconsolelogs))
             self.execdom0("echo '%s' >> /etc/rc.d/rc.local" % (cmd))