mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 06:30:07 +01:00
Use /command/with-contenv instead [HOTFIX]
This commit is contained in:
parent
0b82cf55b7
commit
63832d68b4
|
@ -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
|
# Designed to replace original, overcomplicated entrypoint script from official wordpress docker repository
|
||||||
# Why not use already available tools instead?!
|
# Why not use already available tools instead?!
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
# Install plugin
|
# Install plugin
|
||||||
installPlugin() {
|
installPlugin() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user