Fixed bad reference path

This commit is contained in:
Duncan Sommerville 2015-01-08 14:18:12 -05:00
parent d81934e44c
commit a9d3a8aefd
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ if [ "$install_dependencies" = "t" ]; then
loud "-----------------------------------------------------"
verbose "\n * Reading requirements-${dist,,}-${code,,}.apt..."
loudCmd "apt-get -y -m --force-yes install $(grep -vE '^\s*#' ${SCRIPT_DIR}/bin/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
loudCmd "apt-get -y -m --force-yes install $(grep -vE '^\s*#' ${SCRIPT_DIR}/lib/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
fi
verbose "\n * Restarting apache..."