Bita Shadgar wrote:
> Dirk Verbeeck wrote:
>
> >
> > You are using an old version, I committed the deny command a few weeks
> > after the "grant" command)
> > Use client version 1.0.12
> > Also the "locks" command isn't in a release yet, you will need a nightly
> > build for that one.
>
> I am trying to use client version 1.0.12, however when I enter run.sh or
> runui.sh, it returns :
> Command not found.
>
> What's wrong with it?
Is that an unix error ?
Try making run.sh executable:
chmod +x run.sh
And run it with
./run.sh
Dirk