]> TLD Linux GIT Repositories - tld-ftp-admin.git/blob - wwwbin/freshness.sh
464665085dd54b8650ff60f7c79f8657f1d5f91a
[tld-ftp-admin.git] / wwwbin / freshness.sh
1 #!/bin/sh
2 date > $HOME/www/freshness.txt.new
3 /usr/bin/time -f '\nElapsed time: %E' $HOME/bin/ftp-freshness.py >> $HOME/www/freshness.txt.new 2>&1
4 chmod 644 $HOME/www/freshness.txt.new
5 mv $HOME/www/freshness.txt.new $HOME/www/freshness.txt
6