Change fatal warning to a fatal message

This commit is contained in:
shodan 2016-07-21 14:50:12 +02:00
parent b5c06a7217
commit 54eafcf8da
No known key found for this signature in database
GPG key ID: D24A9DCDDC840F6E
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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