mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
fix typo, improve verbosity
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
## Ubuntu
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
echo "**** Adding tshoot packages to install list ****"
|
||||
echo "\
|
||||
dnsutils \
|
||||
net-tools \
|
||||
@@ -11,6 +12,7 @@ if [ -f /usr/bin/apt ]; then
|
||||
fi
|
||||
# Alpine
|
||||
if [ -f /sbin/apk ]; then
|
||||
echo "**** Adding tshoot packages to install list ****"
|
||||
echo "\
|
||||
bind-tools \
|
||||
net-tools" >> /mod-repo-packages-to-install.list
|
||||
|
||||
@@ -1 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-tshoot/run
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-universal-tshoot/run
|
||||
|
||||
Reference in New Issue
Block a user