Fix logfile path.

This commit is contained in:
2014-04-17 19:45:24 +02:00
parent 1b807a371d
commit b9a0e9501b

View File

@@ -3,7 +3,7 @@
line="$1" line="$1"
log(){ log(){
echo $* >> ~/.i3/output_i3bar.log.2 echo $* >> ~/.i3/logs/output_i3bar.log
} }
# I'm sorry. # I'm sorry.