From 4b0ab68d27eb121afd5d6025f65b34de920d9ada Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 7 Mar 2019 18:13:05 +0100 Subject: [PATCH] adding install message --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index a2fc54a..51c7a0b 100644 --- a/install +++ b/install @@ -344,8 +344,6 @@ wo_update_wp_cli() [ -d /etc/bash_completion.d ] && { wget -qO /etc/bash_completion.d/wp-completion.bash https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash } - echo -ne "Running post-install steps ${TPUT_RESET}[OK]\r" - echo -ne '\n' } # Now, finally, let's install WordOps @@ -365,6 +363,8 @@ wo_install() cd /tmp/wordops || exit 1 python3 setup.py install } >> /var/log/wo/install.log 2>&1; + echo -ne "${TPUT_ECHO}Installing Wordops $wo_branch ${TPUT_RESET}[OK]\r" + echo -ne '\n' }