Remove extra setup.py

This commit is contained in:
VirtuBox
2019-08-17 14:11:10 +02:00
parent e0c5720e63
commit 15607ab641

View File

@@ -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}"