]> TLD Linux GIT Repositories - tld-ftp-admin.git/blob - wwwbin/freshness.sh
- raw from PLD
[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