From: Thierry Parmentelat Date: Tue, 23 Jun 2015 09:10:56 +0000 (+0200) Subject: fix location where to upload new code when doing make sync X-Git-Tag: plewww-5.2-6~2 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=ba04355e6b763ba8335c573a30a43ce78e011619 fix location where to upload new code when doing make sync --- diff --git a/Makefile b/Makefile index 33b5028..d400e2c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) else ifdef PLCHOSTLXC -SSHURL:=root@$(PLCHOSTLXC):/var/lib/lxc/$(GUESTNAME)/rootfs +SSHURL:=root@$(PLCHOSTLXC):/vservers/$(GUESTNAME) SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME) else ifdef PLCHOSTVS