We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64829e1 commit c8b75d1Copy full SHA for c8b75d1
root/etc/s6-overlay/s6-rc.d/init-mod-swag-maxmind-add-package/run
@@ -1,6 +1,6 @@
1
#!/usr/bin/with-contenv bash
2
3
-if ! apk info 2>&1 | grep -q "libmaxminddb"; then
+if ! apk info 2>&1 | egrep "^libmaxminddb$"; then
4
echo "**** adding libmaxminddb to package install list ****"
5
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
6
else
0 commit comments