Explorar el Código

Fix default status.sh

Martin Duquesnoy hace 12 años
padre
commit
50f0911f10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;