Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
- ipcheck.sh: Fixed a mistake in the usage examples (see --help): the correct order of the parameters is ipcheck LOG WEBPAGE IP
  • Loading branch information
ElfQrin authored Jul 31, 2022
1 parent 83ecb0c commit 6be42a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ipcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -927,12 +927,6 @@ case $logf in
apache | apache2 | "apache 2" | standard)
logfx="/var/log/apache2/access.log";
;;
eq | elfqrin | ElfQrin | Elfqrin | "elf qrin" | "Elf Qrin")
logfx="/var/log/apache2/elfqrin-com_access.log";
;;
geody | Geody)
logfx="/var/log/apache2/geody-com_access.log";
;;
*)
logfx=$logf;
;;
Expand Down

0 comments on commit 6be42a3

Please sign in to comment.