This commit is contained in:
milisbir 2017-11-16 22:07:42 +02:00
parent f50081a7c9
commit e4c1ee545a
1 changed files with 3 additions and 1 deletions

View File

@ -794,7 +794,9 @@ sistem_guncelle(){
printf "\r%3d.%1d%% %.${pd}s" $(( $count * 100 / $total )) $(( ($count * 1000 / $total) % 10 )) $pstr
kpkt=$(ls -rct $VT | tr " " "\n" | sed -n ${count}'p')
pk_guncelle="e"
case "${esgec[@]}" in "$kpkt") pk_guncelle="h" ;; esac
if [[ "${esgec[*]}" =~ "${kpkt}" ]];then
pk_guncelle="h"
fi
if [ "$pk_guncelle" = "e" ];then
paket_guncelle "$kpkt" $GS_CIKTI
#printf "."