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