mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Change fatal warning to a fatal message
This commit is contained in:
parent
b5c06a7217
commit
54eafcf8da
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ ExperimentalBootstrap() {
|
|||
$2
|
||||
fi
|
||||
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 "and then run this script again with the --debug flag!"
|
||||
exit 1
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ ExperimentalBootstrap() {
|
|||
$2
|
||||
fi
|
||||
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 "and then run this script again with the --debug flag!"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue