cookutils diff lighttpd/index.cgi @ rev 923

cook: fix copying stuff/applications & stuff/licenses, don't update chroot twice in update_chroot(); lighttpd/index.cgi: reset percentage for packages with undefined previous cooking time.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 11 00:01:29 2017 +0300 (2017-06-11)
parents 5f884df71b44
children f4e577c714e2
line diff
     1.1 --- a/lighttpd/index.cgi	Thu Jun 08 13:06:04 2017 +0300
     1.2 +++ b/lighttpd/index.cgi	Sun Jun 11 00:01:29 2017 +0300
     1.3 @@ -57,7 +57,7 @@
     1.4  
     1.5  running_command() {
     1.6  	state="$(cat $command)"
     1.7 -	local pct
     1.8 +	local pct=''
     1.9  	if [ -n "$state" ];then
    1.10  		echo -n "$state</td></tr><tr><td>Completion</td>"
    1.11  		set -- $(grep "^$state" $cooktime)