aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-10-20 00:18:44 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-10-20 00:18:44 +0200
commitcf2ba20ddbc3ffb0291e065278ee5a0904b74088 (patch)
treec93723f36d362e167840865a0d369614fbf764c9
parent8071f8174e2ae1c328f9bbd14cb2570bd9c1fae9 (diff)
initscript prints current linux version
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-xskeleton/init8
1 files changed, 4 insertions, 4 deletions
diff --git a/skeleton/init b/skeleton/init
index 7ab7ad9..1f2cadd 100755
--- a/skeleton/init
+++ b/skeleton/init
@@ -25,10 +25,10 @@ cat <<EOF
Boot took $(cut -d' ' -f1 /proc/uptime) seconds
- _ _ __ _
- /\/\ (_)_ __ (_) / /(_)_ __ _ ___ __
- / \| | '_ \| | / / | | '_ \| | | \ \/ /
- / /\/\ \ | | | | | / /__| | | | | |_| |> <
+ _ _ __ _
+ /\/\ (_)_ __ (_) / /(_)_ __ _ ___ __
+ / \| | '_ \| | / / | | '_ \| | | \ \/ /
+ / /\/\ \ | | | | | / /__| | | | | |_| |> < $(uname -r)
\/ \/_|_| |_|_| \____/_|_| |_|\__,_/_/\_\
=======================