From dbbe363116f081dbd8f1c113439eeb3e949f8a1a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 21 Oct 2023 11:14:32 +0200 Subject: Fixed makefile username for ssh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63cd48b..8914304 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEST="tronto.net:/var/www/htdocs/sebastiano.tronto.net" +DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net" RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) all: clean -- cgit v1.3