mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-29 10:24:11 +01:00
Fix GPG checking message.
The OK wasn't sent to the terminal, so the thing looked quite screwed up (all the "Checking GPG of" instances were on a single line). Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
1abbe2bd3c
commit
4473a090ad
1 changed files with 1 additions and 1 deletions
|
@ -3368,7 +3368,7 @@ EOF
|
|||
esac
|
||||
done
|
||||
else
|
||||
echo "OK" >> $TMPLOG
|
||||
echo "OK" | tee -a $TMPLOG
|
||||
fi
|
||||
tar -C ./$CATEGORY -zxf $CHKPKG.tar.gz
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue