binary installs for AMZN, CentOS

This commit is contained in:
Gene Hoffman 2020-04-08 13:25:51 -07:00
parent 39243f7ce7
commit ea2acb01ef
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80

View File

@ -12,7 +12,7 @@ elif [ `uname` = "Darwin" ];
echo "Found MacOS"
fi
if [ -e $THE_PATH ] && ! $MACOS
if [ -e $THE_PATH ] && ! test $MACOS
then
echo $THE_PATH
echo "vdf_client already exists, no action taken"