From a4bef35cd03668fb81755359d186050154d8386f Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <niko@krismer.de>
Date: Mon, 17 Feb 2014 18:11:23 +0100
Subject: [PATCH] fixing invalid logfile name

---
 etc/vagrant/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh
index 59d63006..49edd567 100644
--- a/etc/vagrant/bootstrap.sh
+++ b/etc/vagrant/bootstrap.sh
@@ -269,7 +269,7 @@ echo "Configuring timezone"
 cp /usr/share/zoneinfo/Europe/Vienna /etc/localtime > setup_timezone.log 2>&1
 
 echo "Installing utils (gcc, git, ...) with yum repository version"
-yum -y install gcc gcc-c++ git iptables-services nano nmap tar unzip wget > ins$
+yum -y install gcc gcc-c++ git iptables-services nano nmap tar unzip wget > insall_utils.log 2>&1
 
 #echo "Installing krismer repository"
 #fn_download_newer $DOWNLOAD_DIR/krismer.repo $NEXUS_REPO
-- 
GitLab