diff --git a/rc/status.sh b/rc/status.sh index bd07953..372a5bd 100755 --- a/rc/status.sh +++ b/rc/status.sh @@ -5,9 +5,7 @@ statustext() { - local DATE=`date` - - wmfs -s "$DATE" + wmfs -s "`date`" } statustext