When I try to use any grav command via SSH I get an error like this:
<b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/…/grav/bin/grav</b> on line <b>9</b><br />
I guess it has to do with the fact that my hosts default is an old cli version of PHP.
It's possible to use a different version, eg:
/usr/local/bin/php7-70STABLE-CLI
or
/usr/local/bin/php5-56STABLE-STANDARD
But I don't know if
a) this realli is the reason for the error
and
b) if so, what I had to for grav to use another version
Any hints would be greatly appreciated. As I'm not a console guy I'm looking forward for a way that helps me do what I have to do to get access to the grav cli. So I can begin to understand.