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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue