From 15607ab641cc8394cb0fe296b715249e30bd826c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 17 Aug 2019 14:11:10 +0200 Subject: [PATCH] Remove extra setup.py --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 144e580..af249bd 100755 --- a/install +++ b/install @@ -104,7 +104,7 @@ if [ -z "$(command -v curl)" ]; then apt-get -y install curl -qq fi -readonly wo_version_new=$(curl -sL https://wops.cc/setup.py 2>&1 | grep "version='" setup.py | awk -F "'" '{print$2}' 2>&1) +readonly wo_version_new=$(curl -sL https://wops.cc/setup.py 2>&1 | grep "version='" | awk -F "'" '{print$2}' 2>&1) echo "" wo_lib_echo "Welcome to WordOps install script v${wo_version_new}"