Skip to content

Commit

Permalink
remove unneeded wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
streetlogics authored and askmike committed Dec 22, 2013
1 parent b2110e6 commit 89067ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/gekko_launch.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# navigate to gekko folder, change this if your location is different
#navigate to gekko folder, change this if your location is different
cd ~/gekko

# zip previous log files for this config
zip -vu log/gekko_logs.zip log/gekko_log.$1*.txt
zip -vu log/gekko_logs.zip log/gekko_log.$1.txt

# remove raw text files now that they're zipped
rm log/gekko_log.$1*.txt
rm log/gekko_log.$1.txt

# finally launch gekko and log output to log file as well as stdout
node gekko config="config/user/$1.js" 2>&1 | tee log/gekko_log.$1.txt
Expand Down

0 comments on commit 89067ab

Please sign in to comment.