X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dostatus;h=563e2b5455cdad9bad2d7460d76cf76592e8f04c;hp=572dc40b567c700fa140e498092788d871b60495;hb=6105d8c40612530ff2a544473d7be9e950afbe95;hpb=d5a0b74a3ddd8ad47fb594e890dfd0f454627655 diff --git a/dostatus b/dostatus index 572dc40..563e2b5 100755 --- a/dostatus +++ b/dostatus @@ -1,6 +1,6 @@ #!/bin/sh -newtime=`ls -al status | cut -c 43-54` -echo -n "$newtime (CST): " > /org/bugs.debian.org/www/bugscan/status -./bugreport -s >> /org/bugs.debian.org/www/bugscan/status +newtime=`stat --format %y status | cut -d: -f-2` +echo -n "$newtime (CST): " > /home/sesse/bugscan/www/status +./bugreport -s >> /home/sesse/bugscan/www/status