Skip to content

Commit

Permalink
Merge pull request mesos#118 from cb372/patch-1
Browse files Browse the repository at this point in the history
Remove hardcoded path from start script
  • Loading branch information
brndnmtthws committed Oct 18, 2013
2 parents 355d827 + 8ee7d98 commit aa9dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start-chronos.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This is a sample script for starting chronos. If you deploy the service you may want to build custom
# runit, monit or upstart scripts.
CHRONOS_HOME=/Users/florian/airbnb_code/chronos_public/bin/../
CHRONOS_HOME=$(dirname $0)/..

# This setup assumes you started with the mesos source and installed the binaries into
# the ./build directory of the mesos source. Modify this as needed.
Expand Down

0 comments on commit aa9dd5a

Please sign in to comment.