diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-21 11:14:32 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-21 11:14:32 +0200 |
| commit | dbbe363116f081dbd8f1c113439eeb3e949f8a1a (patch) | |
| tree | f9cb75afc6da13fcb4ea741d9c8f6600680e6e02 | |
| parent | 22c4f3e4220bf6c71c54f9e2f23d90a53a818b53 (diff) | |
| download | sebastiano.tronto.net-dbbe363116f081dbd8f1c113439eeb3e949f8a1a.tar.gz sebastiano.tronto.net-dbbe363116f081dbd8f1c113439eeb3e949f8a1a.zip | |
Fixed makefile username for ssh
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | DEST="tronto.net:/var/www/htdocs/sebastiano.tronto.net" | 1 | DEST="sebastiano@tronto.net:/var/www/htdocs/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 |
