Skip to content
Snippets Groups Projects
Commit a4bef35c authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

fixing invalid logfile name

parent 8319d87b
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ echo "Configuring timezone" ...@@ -269,7 +269,7 @@ echo "Configuring timezone"
cp /usr/share/zoneinfo/Europe/Vienna /etc/localtime > setup_timezone.log 2>&1 cp /usr/share/zoneinfo/Europe/Vienna /etc/localtime > setup_timezone.log 2>&1
echo "Installing utils (gcc, git, ...) with yum repository version" 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" #echo "Installing krismer repository"
#fn_download_newer $DOWNLOAD_DIR/krismer.repo $NEXUS_REPO #fn_download_newer $DOWNLOAD_DIR/krismer.repo $NEXUS_REPO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment