mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-24 23:12:41 +01:00
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
if [ -x /usr/bin/tuptime ]; then
|
|
su _tuptime -s /bin/sh -c '/usr/bin/tuptime -q' > /dev/null
|
|
fi
|