Bug fixes

This commit is contained in:
Juan 2018-05-02 12:50:47 +02:00
parent 9d2994bf64
commit e97988d552
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

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

View File

@ -9,13 +9,13 @@ fi
buildDir="$srcDir/.."
repreproDir="/var/cache/reprepro"
repreproDir="/usr"
codename="stable"
owner=`stat -c '%U' "$repreproDir"`
if [ "$onwer" -ne "$USER" ]; then
echo "You must start this script with '$onwer' user"
if [ "$owner" != "$USER" ]; then
echo "You must start this script with '$owner' user"
exit 1
fi