mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-22 11:00:14 -04:00
switch to hybrid
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if ! apk info 2>&1 | grep -q "inotify-tools"; then
|
||||
echo "**** Adding swag-auto-reload deps to package install list ****"
|
||||
echo "inotify-tools" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** swag-auto-reload deps already installed, skipping ****"
|
||||
fi
|
||||
Reference in New Issue
Block a user