Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
starlilyth committed Mar 12, 2014
1 parent 390f13e commit bd75565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-pm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

my $login = (getpwuid $>);
die "Please run as root (do not use sudo)" if ($login ne 'root');
die "please execute from the install directory.\n" if (!-f "./pminstall.pl") ;
die "please execute from the install directory.\n" if (!-f "./install-pm.pl") ;

print "This will install the IFMI PoolManager for cgminer and clones on Linux.\n";
print "Are you sure? (y/n) ";
Expand Down

0 comments on commit bd75565

Please # to comment.