From ac9355a6eed1331ebf165613122fba4d25cb5f21 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 15 Sep 2015 10:42:56 +0200 Subject: [PATCH] Fixed the news sync script --- other_things/scripts/Server-side/script/news-mff-rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_things/scripts/Server-side/script/news-mff-rsync.sh b/other_things/scripts/Server-side/script/news-mff-rsync.sh index c7c3541b..73e4eebf 100755 --- a/other_things/scripts/Server-side/script/news-mff-rsync.sh +++ b/other_things/scripts/Server-side/script/news-mff-rsync.sh @@ -4,5 +4,5 @@ chmod 600 /home/quentinbd/.ssh/id_rsa chmod 600 /home/quentinbd/.ssh/id_rsa.pub # Begin the RSYNC -rsync -azrv --delete /home/quentinbd/minetest/worlds/minetestforfun/news.txt quentinbd@192.168.1.20:/var/www/wordpress/wp-content/uploads/news/ +rsync -azrv --delete /home/quentinbd/mff/worlds/minetestforfun/news.txt quentinbd@192.168.1.20:/var/www/wordpress/wp-content/uploads/news/ echo "Transfert réussi de news.txt sur le wordpress"