From 0a6e412b04fb681500456beb3495c453fa278c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 2 Nov 2013 19:59:45 +0100 Subject: [PATCH] Makefile: correct deploy target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5e0bb1..95b6e80 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ vpn-status: server.go deploy: vpn-status strip vpn-status rsync -avcz -e ssh nodes.json html assets vpn-status deploy@higgsboson.tk:/srv/http/vpn-status - ssh -t -t -t higgsboson.tk "sudo systemctl restart vpn-status" + ssh -t higgsboson.tk "sudo systemctl restart vpn-status" .PHONY: clean clean: