Logs fixed

This commit is contained in:
Juan 2018-08-29 17:02:40 +02:00
parent def1b7ffe0
commit 139ea0f553
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

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

View File

@ -31,6 +31,8 @@ echo " * Project: $projectName" >> "$logFile"
echo " * Directory: $srcDir" >> "$logFile"
echo " * Host: $(hostname)" >> "$logFile"
echo -e "\n# Fetching Git repository\n" >> "$logFile"
mkdir -p "$srcDir"
cd "$srcDir"