X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=1966ecaa28cd5bd8d429c15620c7a30639b64616;hb=refs%2Fheads%2Ffix-abandon;hp=6ed3fa7582c7b98edb8b21b2d1b7ba9e2dd095e4;hpb=f341c32413c83788cf6cf23fe911c401c2f9adad;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 6ed3fa7..1966eca 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -413,4 +413,10 @@ fi if [ "$web_only" = "FALSE" ]; then mv "$ftokk_path" "$ftok_path" fi +if [ -f WARNING.txt ]; then + echo ; echo " ==== WARNING ====" + echo + cat WARNING.txt + echo +fi exit 0