Browse Source

Fix default status.sh

Martin Duquesnoy 12 years ago
parent
commit
50f0911f10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/status.sh

+ 1 - 1
scripts/status.sh

@@ -7,7 +7,7 @@ statustext()
 {
     # Syntax : status <bar name> <data>
     # possible sequences as data: \s[] \R[] \i[]
-    wmfs -c "status default `date`"
+    wmfs -c status "default `date`"
 }
 
 while true;