Post
Topic
Board Mining (Altcoins)
Re: [Minera] New web management system for Gridseed devices
by
SilentH
on 11/05/2014, 23:17:25 UTC
looks like the install script is still missing the backtick..

if you feel like editing it, look for this area:


Code:
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.