]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - wwwbin/freshness.sh
fix arg passing
[projects/pld-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
This page took 0.041971 seconds and 3 git commands to generate.