From 17b69ae306f045205394e5afc2e45d85a4503018 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 8 Mar 2019 12:34:05 +0100 Subject: [PATCH] fix user & email prompt during install --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index 1f4c9c9..cdb288d 100644 --- a/install +++ b/install @@ -354,8 +354,9 @@ wo_install() git clone -b "$wo_branch" https://github.com/WordOps/WordOps.git /tmp/wordops --quiet cd /tmp/wordops || exit 1 - python3 setup.py install } >> /var/log/wo/install.log 2>&1; + python3 setup.py install + }