Bug fixes
This commit is contained in:
parent
9d2994bf64
commit
e97988d552
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.30) stable; urgency=low
|
vn-repo (2.0.31) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -9,13 +9,13 @@ fi
|
||||||
|
|
||||||
|
|
||||||
buildDir="$srcDir/.."
|
buildDir="$srcDir/.."
|
||||||
repreproDir="/var/cache/reprepro"
|
repreproDir="/usr"
|
||||||
codename="stable"
|
codename="stable"
|
||||||
|
|
||||||
owner=`stat -c '%U' "$repreproDir"`
|
owner=`stat -c '%U' "$repreproDir"`
|
||||||
|
|
||||||
if [ "$onwer" -ne "$USER" ]; then
|
if [ "$owner" != "$USER" ]; then
|
||||||
echo "You must start this script with '$onwer' user"
|
echo "You must start this script with '$owner' user"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in New Issue