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 9b7bebb commit 266efd0Copy full SHA for 266efd0
root/etc/s6-overlay/s6-rc.d/init-mod-swag-maxmind-add-package/run
@@ -3,7 +3,6 @@
3
if ! apk info 2>&1 | grep -q "libmaxminddb"; then
4
echo "**** adding libmaxminddb to package install list ****"
5
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
6
- if
7
else
8
echo "**** libmaxminddb already installed, skipping ****"
9
fi
0 commit comments