mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
last second fix to counter
This commit is contained in:
parent
b8c692de7d
commit
d6f18291c0
1 changed files with 1 additions and 1 deletions
|
@ -1503,7 +1503,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
else # other than 'upgrade'
|
||||
|
||||
for i in $1; do
|
||||
printf "%11s\b\b\b\b\b\b\b\b\b\b" "[$c/$q]"
|
||||
printf "%11s\b\b\b\b\b\b\b\b\b\b\b" "[$c/$q]"
|
||||
let c++
|
||||
TMPONOFF=$ONOFF
|
||||
REPOPOS=$(grep -m1 " $(echo $i|sed 's/\.t.z//') " $TMPDIR/pkglist|awk '{print $1}'|sed 's/SLACKPKGPLUS_//')
|
||||
|
|
Loading…
Reference in a new issue