Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-autossh
T
2021-09-09 08:45:59 -07:00

8 lines
155 B
Plaintext

#!/usr/bin/with-contenv bash
# install autossh
if [ -z `command -v autossh` ]; then
echo "**** installing autossh ****"
apk add --no-cache autossh
fi