From 437f749b6838019cfde705aae4f46e9d106009e8 Mon Sep 17 00:00:00 2001 From: Juan Date: Thu, 19 Apr 2018 13:33:51 +0200 Subject: [PATCH] Bugs fixed --- debian/changelog | 2 +- vn-deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbc7b04..18722e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-repo (2.0.7) stable; urgency=low +vn-repo (2.0.8) stable; urgency=low * Initial Release. diff --git a/vn-deploy b/vn-deploy index ea19bcf..4e89d2e 100755 --- a/vn-deploy +++ b/vn-deploy @@ -1,7 +1,7 @@ #!/bin/bash set -e -hosts=$1 +hosts="$@" if [ -z "$hosts" ] then