diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 19:01:48 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 19:03:20 +0200 |
| commit | c9336364a7ae45f51a00280eb6910a6abd8197cb (patch) | |
| tree | 70328353eef634be4bd41177216319409ef3a466 | |
| parent | 5e3b4b6c21d33b28e60ce976479339f72d544a6c (diff) | |
| download | sebastiano.tronto.net-c9336364a7ae45f51a00280eb6910a6abd8197cb.tar.gz sebastiano.tronto.net-c9336364a7ae45f51a00280eb6910a6abd8197cb.zip | |
Fix push url
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | DEST="sebastiano@new.tronto.net:/var/www/new.tronto.net" | 1 | DEST="sebastiano@tronto.net:/var/www/sebastiano.tronto.net" |
| 2 | RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) | 2 | RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) |
| 3 | 3 | ||
| 4 | all: clean | 4 | all: clean |
