修改网页目录下文件名为小写

This commit is contained in:
wlx 2015-05-21 22:05:47 +08:00
parent 567745b7d9
commit 0131ebb59b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ do
done done
if ! diff -q dataset-0.txt dataset-1.txt > /dev/null; then if ! diff -q dataset-0.txt dataset-1.txt > /dev/null; then
vimdiff -c ":TOhtml | :wq | :q | :q" dataset-0.txt dataset-1.txt 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 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 fi
exit 0 exit 0