mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
Update run
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if ! apk info 2>&1 | grep -q "libmaxminddb"; then
|
||||
if ! apk info 2>&1 | egrep "^libmaxminddb$"; then
|
||||
echo "**** adding libmaxminddb to package install list ****"
|
||||
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user