From f0786988ef9e3343b76e1c4972b41fe0f4aec70c Mon Sep 17 00:00:00 2001 From: xZero707 Date: Tue, 26 Jul 2022 21:34:35 +0200 Subject: [PATCH] Fix typo --- rootfs/etc/cont-init.d/10-init-wordpress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/cont-init.d/10-init-wordpress b/rootfs/etc/cont-init.d/10-init-wordpress index a3c1785..67a2996 100644 --- a/rootfs/etc/cont-init.d/10-init-wordpress +++ b/rootfs/etc/cont-init.d/10-init-wordpress @@ -8,7 +8,7 @@ trap scriptExitHandler EXIT function scriptExitHandler() { LAST_EXIT_CODE=$? if [ "${LAST_EXIT_CODE}" = "0" ]; then - echp "> Script finished successfully" + echo "> Script finished successfully" exit "${LAST_EXIT_CODE}" fi