Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michelem09 committed May 6, 2015
1 parent cd9c5ce commit 76ae022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/models/util_model.php
Expand Up @@ -1323,7 +1323,7 @@ public function setSystemHostname($hostname) {
{
exec("sudo hostname " . $hostname);
exec("echo ".$hostname." | sudo tee /etc/hostname");
exec("echo -e 127.0.0.1\t".$hostname." | sudo tee --append /etc/hosts");
exec("echo 127.0.0.1 ".$hostname." | sudo tee --append /etc/hosts");
return true;
}
else
Expand Down
2 changes: 1 addition & 1 deletion minera-bin/cgminerStartupScript
@@ -1,3 +1,3 @@
#!/bin/bash

/var/www/minera/minera-bin/cgminer-dmaxl-zeus --retries=1 -c /var/www/minera/conf/miner_conf.json 2>/var/log/minera/cgminerdmaxlzeus.log
/var/www/minera/minera-bin/cgminer-dmaxl-zeus --scrypt --scan-serial zeus:auto --zeus-chips 128 --zeus-clock 245 -c /var/www/minera/conf/miner_conf.json 2>/var/log/minera/cgminerdmaxlzeus.log

0 comments on commit 76ae022

Please sign in to comment.