bebou

Le site web bebou.netlib.re - retour accueil

git clone git://bebou.netlib.re/bebou

Log | Files | Refs |

commit 28dc0a657fe38525e8ea7380c22ad6824ff22a43
parent c11402f3471d3625c340cf3d57df1cdfad49a682
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 28 May 2025 06:29:42 +0200

Ajout de -t au rsync

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -12,7 +12,7 @@ clean:; rm -r public/* exec:; chmod +x ${sources} -deploy:all; rsync -e 'ssh -p 1459' -hvr public/* pi@bebou.netlib.re:~/bebou.netlib.re/ +deploy:all; rsync -e 'ssh -p 1459' -thvr public/* pi@bebou.netlib.re:~/bebou.netlib.re/ test : all busybox httpd -p 1912 -h public