Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change resulting filesystem structure, moving everything in project dir. #1

Merged
merged 7 commits into from
May 3, 2016
Prev Previous commit
Next Next commit
Adapting changes in include to changed directory structure.
  • Loading branch information
dennisoelkers committed Apr 27, 2016
commit b3f570d4c5f2d8be6cf79a67f9da8c69b2156cd5
4 changes: 2 additions & 2 deletions scripts/includes
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ err() {
}

prefix=$(dirname $0)
modulesPrefix=..
modulesPrefix=.
serverDir=${modulesPrefix}/graylog2-server
webIfDir=${serverDir}/graylog2-web-interface

check_for_server_dir() {
if [ ! -d $serverDir ]; then
err "There is no directory for the server checkout ($serverDir). Please run $prefix/bootstrap first."
fi
}
}