mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
autossh mod
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# install autossh
|
||||
if [ -z `command -v autossh` ]; then
|
||||
echo "**** installing autossh ****"
|
||||
apk add --no-cache autossh
|
||||
fi
|
||||
Reference in New Issue
Block a user