mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-16 03:41:32 +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
|
esac
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo "OK" >> $TMPLOG
|
echo "OK" | tee -a $TMPLOG
|
||||||
fi
|
fi
|
||||||
tar -C ./$CATEGORY -zxf $CHKPKG.tar.gz
|
tar -C ./$CATEGORY -zxf $CHKPKG.tar.gz
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue