Bug fixes
This commit is contained in:
parent
d932ec487e
commit
0136ed96bc
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.32) stable; urgency=low
|
vn-repo (2.0.33) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ buildDir="$srcDir/.."
|
||||||
repreproDir="/var/cache/reprepro"
|
repreproDir="/var/cache/reprepro"
|
||||||
codename="stable"
|
codename="stable"
|
||||||
|
|
||||||
owner=`stat -c '%U' "$repreproDir"`
|
owner=`stat -c '%G' "$repreproDir/pool"`
|
||||||
|
|
||||||
if [ "$owner" != "$USER" ]; then
|
if [ "$owner" != "$USER" ]; then
|
||||||
echo "You must start this script with '$owner' user"
|
echo "You must start this script with '$owner' user"
|
||||||
|
|
Reference in New Issue