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: