mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Make the ancient python error more friendly
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ DeterminePythonVersion() {
|
|||||||
ExperimentalBootstrap "Python 2.6"
|
ExperimentalBootstrap "Python 2.6"
|
||||||
elif [ $PYVER -lt 26 ] ; then
|
elif [ $PYVER -lt 26 ] ; then
|
||||||
echo "You have an ancient version of Python entombed in your operating system..."
|
echo "You have an ancient version of Python entombed in your operating system..."
|
||||||
echo "This isn't going to work."
|
echo "This isn't going to work; you'll need at least version 2.6."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user