Loading scripts/entrypoint.sh +4 −4 Original line number Diff line number Diff line #!/bin/bash # # Copyright (c) 2019 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading scripts/wp.sh +9 −3 Original line number Diff line number Diff line #!/bin/sh # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Lets not beat about the bush, preventing the tool which installs WP from # installing it as root is idiocy. WP needs to be installed owned by a user # seperate from the server's user. 'root' is available for such, besides which Loading data/wp-config.php +1 −1 File changed.Contains only whitespace changes. Show changes Loading
scripts/entrypoint.sh +4 −4 Original line number Diff line number Diff line #!/bin/bash # # Copyright (c) 2019 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading
scripts/wp.sh +9 −3 Original line number Diff line number Diff line #!/bin/sh # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Lets not beat about the bush, preventing the tool which installs WP from # installing it as root is idiocy. WP needs to be installed owned by a user # seperate from the server's user. 'root' is available for such, besides which Loading