We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc9fad commit 8eaf2f6Copy full SHA for 8eaf2f6
alpine/aarch64/usr/sbin/autologin
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
-echo -e "\nUptime $(cut -d' ' -f2 /proc/uptime)s\n"
+echo -e "\nUptime $(cut -d' ' -f1 /proc/uptime)s\n"
3
exec login -f root
0 commit comments