TERM=dumb for deploying

This commit is contained in:
Juan Ferrer 2019-03-28 17:24:46 +01:00
parent 62a6efdd88
commit 7d704b4ba6
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -26,5 +26,5 @@ echo -e "\n# Upgrading servers"
for host in $hosts; do
echo -e "\n * Upgrading $host\n"
ssh $host "update-repo vn && DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install $packages"
ssh $host "update-repo vn && TERM=dumb DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install $packages"
done