From f9921d92b34d10588dc7bb240095fc3fa8f946c5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 2 Jul 2013 12:07:23 +0200 Subject: [PATCH] make sync needs to set extra permissions as well --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3df59e1..453ddc4 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ ifeq (,$(NODEURL)) else +$(RSYNC) ./lxcsu ./lxcsu-internal ./vsh.c ./Makefile.vsh $(NODEURL)/usr/sbin/ ssh -i $(NODE).key.rsa root@$(NODE) make -C /usr/sbin -f Makefile.vsh vsh + ssh -i $(NODE).key.rsa root@$(NODE) chown root:root /usr/sbin/lxcsu /usr/sbin/vsh + ssh -i $(NODE).key.rsa root@$(NODE) chmod u+s /usr/sbin/lxcsu /usr/sbin/vsh endif ### fetching the key -- 2.43.0