mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
4 lines
107 B
Bash
4 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
|