We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e030204 commit 4054feaCopy full SHA for 4054fea
1 file changed
hacking/run.sh
@@ -3,4 +3,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" #parent dir of this scri
3
DIR="$(dirname "$DIR")" #up one level
4
cd $DIR
5
6
-bin/o2control-core -mesos.url http://m1.dcos:5050/api/v1/scheduler -executor.binary ./bin/o2control-executor -verbose -config "file://hacking/example-config.yaml"
+bin/o2control-core -mesos.url http://m1.dcos:5050/api/v1/scheduler -executor.binary /vagrant/go/src/github.com/AliceO2Group/Control/bin/o2control-executor -verbose -config "file://hacking/config.yaml" -veryVerbose
0 commit comments