]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/neurodebian.config
Improve error msg and adjust test for now "high" priority for enable question --...
[neurodebian.git] / debian / neurodebian.config
index 1c4ffe3b70f4357a80256773d3daf38da96b5f13..572eedcc02a9765df2d02f57bc556119199d4bd7 100755 (executable)
@@ -37,7 +37,7 @@ while [ "$STATE" != 0 -a "$STATE" -lt 9 ]; do
                                case "${NEURODEBIAN_ENABLE}" in
                                        true|yes|YES|1) enable=true;;
                                        false|no|NO|0)  enable=false;;
-                                       *) echo "Non-supported value $NEURODEBIAN_ENABLE of NEURODEBIAN_ENABLE env variable. Use yes or no" >&2;
+                                       *) echo "ERROR: Non-supported value $NEURODEBIAN_ENABLE of NEURODEBIAN_ENABLE env variable. Use yes or no" >&2;
                                                exit 1;;
                                esac
                                db_set neurodebian/enable $enable