mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-07-26 08:05:35 -04:00
run scripts direct
This commit is contained in:
parent
137ad9f52e
commit
970fa75e87
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ done
|
||||||
# Check for and install requested DNS plugins
|
# Check for and install requested DNS plugins
|
||||||
if echo ${DOCKER_MODS} | grep -q "universal-package-install" && echo ${INSTALL_PIP_PACKAGES} | grep -q "dns"; then
|
if echo ${DOCKER_MODS} | grep -q "universal-package-install" && echo ${INSTALL_PIP_PACKAGES} | grep -q "dns"; then
|
||||||
echo "**** Installing requested dns plugins ****"
|
echo "**** Installing requested dns plugins ****"
|
||||||
exec /etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
|
/etc/s6-overlay/s6-rc.d/init-mod-universal-package-install-add-package/run
|
||||||
exec /etc/s6-overlay/s6-rc.d/init-mods-package-install/run
|
/etc/s6-overlay/s6-rc.d/init-mods-package-install/run
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check to make sure DNSPLUGIN is selected if dns validation is used
|
# check to make sure DNSPLUGIN is selected if dns validation is used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue