From 0131ebb59b80694d146919045573293d2af3e026 Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 21 May 2015 22:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E9=A1=B5=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E6=96=87=E4=BB=B6=E5=90=8D=E4=B8=BA=E5=B0=8F?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- file-in-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-in-disk.sh b/file-in-disk.sh index 38a21a5..b1d5dce 100755 --- a/file-in-disk.sh +++ b/file-in-disk.sh @@ -15,7 +15,7 @@ do done if ! diff -q dataset-0.txt dataset-1.txt > /dev/null; then vimdiff -c ":TOhtml | :wq | :q | :q" dataset-0.txt dataset-1.txt - cp Diff.html /var/www/ftp2.westgis.ac.cn/ + cp Diff.html /var/www/ftp2.westgis.ac.cn/diff.html echo "FTP2 dataset file has been changed. Please use the attachment to find the differences." | mail -s "FTP2 dataset file change" -A Diff.html wangliangxu@lzb.ac.cn fi exit 0