mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
+5
-2
@@ -33,7 +33,11 @@ ExperimentalBootstrap() {
|
||||
if [ "$DEBUG" = 1 ] ; then
|
||||
if [ "$2" != "" ] ; then
|
||||
echo "Bootstrapping dependencies for $1..."
|
||||
"$3" "$BOOTSTRAP/$2"
|
||||
if [ "$3" != "" ] ; then
|
||||
"$3" "$BOOTSTRAP/$2"
|
||||
else
|
||||
"$BOOTSTRAP/$2"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
echo "WARNING: $1 support is very experimental at present..."
|
||||
@@ -43,7 +47,6 @@ ExperimentalBootstrap() {
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
DeterminePythonVersion() {
|
||||
if which python2 > /dev/null ; then
|
||||
export LE_PYTHON=${LE_PYTHON:-python2}
|
||||
|
||||
Reference in New Issue
Block a user