Bug fixes

This commit is contained in:
Juan 2018-05-02 12:56:33 +02:00
parent d932ec487e
commit 0136ed96bc
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.32) stable; urgency=low
vn-repo (2.0.33) stable; urgency=low
* Initial Release.

View File

@ -12,7 +12,7 @@ buildDir="$srcDir/.."
repreproDir="/var/cache/reprepro"
codename="stable"
owner=`stat -c '%U' "$repreproDir"`
owner=`stat -c '%G' "$repreproDir/pool"`
if [ "$owner" != "$USER" ]; then
echo "You must start this script with '$owner' user"