diff --git scripts/hcat_server_install.sh scripts/hcat_server_install.sh index 7519da7..8d4f306 100755 --- scripts/hcat_server_install.sh +++ scripts/hcat_server_install.sh @@ -29,7 +29,7 @@ function usage() { echo " All paths must be absolute" } -dir_check=`head -1 share/doc/hcatalog/NOTICE.txt` +dir_check=`head -1 NOTICE.txt` if [ "${dir_check}" != "Apache HCatalog" ] ; then echo "This script must be run in the top level directory of your HCatalog" \ "distribution."