Bugs fixed
This commit is contained in:
parent
3caa6d7a26
commit
677409ad8b
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.6) stable; urgency=low
|
||||
vn-repo (2.0.7) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
# Adds the repository user
|
||||
|
||||
useradd --shell /bin/bash --home-dir /var/cache/reprepro --create-home vn-repo
|
||||
useradd --shell /bin/bash --home-dir /var/cache/reprepro --create-home vn-repo || echo "User already exists."
|
||||
|
||||
# Enables Apache configuration
|
||||
|
||||
|
|
Reference in New Issue