Skip to content

Commit 684b084

Browse files
authored
Merge pull request #567 from linuxserver/drizuid-patch-1
Update run
2 parents 64829e1 + c8b75d1 commit 684b084

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-swag-maxmind-add-package

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-swag-maxmind-add-package/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/with-contenv bash
22

3-
if ! apk info 2>&1 | grep -q "libmaxminddb"; then
3+
if ! apk info 2>&1 | egrep "^libmaxminddb$"; then
44
echo "**** adding libmaxminddb to package install list ****"
55
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
66
else

0 commit comments

Comments
 (0)