Bugs solved

This commit is contained in:
Juan 2018-04-19 12:52:21 +02:00
parent 0d96e1bbb3
commit 324b63a9ca
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -17,5 +17,5 @@ git --work-tree="$srcDir" --git-dir="$repoDir" checkout -f
if [ -f "$srcDir/deploy" ]
then
(cd "$srcDir" && "$srcDir/deploy" >> "$logFile")
(cd "$srcDir" && "$srcDir/deploy" >> "$logFile" 2>&1)
fi