From 280e0901e71af1ba338478691620ce5ccb51191a Mon Sep 17 00:00:00 2001 From: "Michael Angelo F. Cobo" <680111+michaelangelocobo@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:15:26 +0800 Subject: [PATCH] Update install fix typo succesfull --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 1a6377c..405337a 100755 --- a/install +++ b/install @@ -879,11 +879,11 @@ else if [ "$ee_migration" = "1" ]; then echo - wo_lib_echo "The migration from EasyEngine to WordOps was succesfull!" + wo_lib_echo "The migration from EasyEngine to WordOps was successful!" wo_lib_echo "The EasyEngine backup files can be found in /var/lib/wo-backup/ee-backup.tgz" echo elif [ "$wo_upgrade" = "1" ]; then - wo_lib_echo "WordOps (wo) upgrade to $wo_version_new was succesfull!" + wo_lib_echo "WordOps (wo) upgrade to $wo_version_new was successful!" wo_lib_echo "Changelog is available on https://github.com/WordOps/WordOps/releases/tag/$wo_version_new" echo wo_lib_echo "To upgrade WordOps web stacks, you can use the command:"