diff options
-rw-r--r-- | daemons/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh index 34ebb424..5d0eb0ae 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -42,7 +42,7 @@ then esac fi -date +touch /var/run/uptime # Until new hostname functions are in place test -r /etc/hostname && hostname `cat /etc/hostname` |