Bugs fixed

This commit is contained in:
Juan 2018-04-19 13:33:51 +02:00
parent 677409ad8b
commit 437f749b68
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
hosts=$1
hosts="$@"
if [ -z "$hosts" ]
then