Skip to content

Commit 8eaf2f6

Browse files
committed
update autologin
1 parent 2cc9fad commit 8eaf2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/aarch64/usr/sbin/autologin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
echo -e "\nUptime $(cut -d' ' -f2 /proc/uptime)s\n"
2+
echo -e "\nUptime $(cut -d' ' -f1 /proc/uptime)s\n"
33
exec login -f root

0 commit comments

Comments
 (0)