From af63f1f377fe913c6f285eeb57247ef9d1c03d47 Mon Sep 17 00:00:00 2001 From: Juan Date: Wed, 29 Aug 2018 17:27:19 +0200 Subject: [PATCH] Logging fixed --- debian/changelog | 2 +- vn-debuild | 2 +- vn-deploy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 22dd34a..7dc258e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-repo (2.0.57) stable; urgency=low +vn-repo (2.0.58) stable; urgency=low * Initial Release. diff --git a/vn-debuild b/vn-debuild index a621b10..8669797 100755 --- a/vn-debuild +++ b/vn-debuild @@ -36,7 +36,7 @@ if [ -f "$srcDir/debian/changelog" ]; then continue fi - echo "\n * Adding $debFile\n" + echo -e "\n * Adding $debFile\n" reprepro -b "$repreproDir" includedeb $codename "$buildDir/$debFile" done else diff --git a/vn-deploy b/vn-deploy index f2a2809..8567c45 100755 --- a/vn-deploy +++ b/vn-deploy @@ -25,6 +25,6 @@ fi echo -e "\n# Upgrading servers" for host in $hosts; do - echo "\n * Upgrading $host\n" + echo -e "\n * Upgrading $host\n" ssh $host "update-repo vn && DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes install $packages" done