mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:54:34 +02:00
Merge pull request #3314 from Mechazawa/fix/3311
Change fatal warning to a fatal message
This commit is contained in:
@@ -126,7 +126,7 @@ ExperimentalBootstrap() {
|
|||||||
$2
|
$2
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "WARNING: $1 support is very experimental at present..."
|
echo "FATAL: $1 support is very experimental at present..."
|
||||||
echo "if you would like to work on improving it, please ensure you have backups"
|
echo "if you would like to work on improving it, please ensure you have backups"
|
||||||
echo "and then run this script again with the --debug flag!"
|
echo "and then run this script again with the --debug flag!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ ExperimentalBootstrap() {
|
|||||||
$2
|
$2
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "WARNING: $1 support is very experimental at present..."
|
echo "FATAL: $1 support is very experimental at present..."
|
||||||
echo "if you would like to work on improving it, please ensure you have backups"
|
echo "if you would like to work on improving it, please ensure you have backups"
|
||||||
echo "and then run this script again with the --debug flag!"
|
echo "and then run this script again with the --debug flag!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user