Skip to content

Commit

Permalink
Merge pull request certbot#1828 from mgedmin/patch-2
Browse files Browse the repository at this point in the history
Abort when no Pythons are found
  • Loading branch information
bmw committed Dec 18, 2015
2 parents a4506e1 + 73878f2 commit d89131b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions letsencrypt-auto
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ DeterminePythonVersion() {
export LE_PYTHON=${LE_PYTHON:-python}
else
echo "Cannot find any Pythons... please install one!"
exit 1
fi

PYVER=`$LE_PYTHON --version 2>&1 | cut -d" " -f 2 | cut -d. -f1,2 | sed 's/\.//'`
Expand Down

0 comments on commit d89131b

Please sign in to comment.