diff --git a/rootfs/etc/cont-init.d/10-verify-wordpress b/rootfs/etc/cont-init.d/10-verify-wordpress index 7392d08..f58de5a 100755 --- a/rootfs/etc/cont-init.d/10-verify-wordpress +++ b/rootfs/etc/cont-init.d/10-verify-wordpress @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash # Designed to replace original, overcomplicated entrypoint script from official wordpress docker repository # Why not use already available tools instead?! diff --git a/rootfs/etc/cont-init.d/20-install-resources b/rootfs/etc/cont-init.d/20-install-resources index a580649..8ec6087 100755 --- a/rootfs/etc/cont-init.d/20-install-resources +++ b/rootfs/etc/cont-init.d/20-install-resources @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash # Install plugin installPlugin() {