looks like the install script is still missing the backtick..
if you feel like editing it, look for this area:
echo -e "Chown minera dir\n-----\n"
chown -R minera.minera `pwd`
chmod -R 777 `pwd/application/logs
add a backtick (`) at the end of logs and the script will run.