From b8fbf44b616f70b047ae6a3dd6bb7e67e87f13d3 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 11 Apr 2019 20:40:43 +0200 Subject: [PATCH] fix installer --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index ca064a5..4e1d59a 100755 --- a/install +++ b/install @@ -688,7 +688,7 @@ fi wo sync | tee -ai $wo_install_log -if [ "$ee_migration" -eq "1" ]; then +if [ "$ee_migration" = "1" ]; then echo wo_lib_echo "The migration from EasyEngine to WordOps was succesfull!" wo_lib_echo "The EasyEngine backup files can be found in /var/lib/wo-backup/ee-backup.tgz"